aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/au1x/dma.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:04 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:04 +0200
commit68db31fc045041a56c9bdbe2e2365eb255b8ec91 (patch)
treef5541df6ebbb3d4a6b9595ba00196c1c2450301b /sound/soc/au1x/dma.c
parentASoC: atmel: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-68db31fc045041a56c9bdbe2e2365eb255b8ec91.tar.xz
linux-dev-68db31fc045041a56c9bdbe2e2365eb255b8ec91.zip
ASoC: au1x: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'sound/soc/au1x/dma.c')
-rw-r--r--sound/soc/au1x/dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/au1x/dma.c b/sound/soc/au1x/dma.c
index e920b60bf6c2..6ffaaff469c7 100644
--- a/sound/soc/au1x/dma.c
+++ b/sound/soc/au1x/dma.c
@@ -331,7 +331,6 @@ static int alchemy_pcm_drvremove(struct platform_device *pdev)
static struct platform_driver alchemy_pcmdma_driver = {
.driver = {
.name = "alchemy-pcm-dma",
- .owner = THIS_MODULE,
},
.probe = alchemy_pcm_drvprobe,
.remove = alchemy_pcm_drvremove,