diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:04 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:04 +0200 |
commit | 68db31fc045041a56c9bdbe2e2365eb255b8ec91 (patch) | |
tree | f5541df6ebbb3d4a6b9595ba00196c1c2450301b /sound/soc/au1x/dbdma2.c | |
parent | c9845a84be87e04e0d360c1e4bc48a0e953b1eb2 (diff) | |
download | talos-obmc-linux-68db31fc045041a56c9bdbe2e2365eb255b8ec91.tar.gz talos-obmc-linux-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/dbdma2.c')
-rw-r--r-- | sound/soc/au1x/dbdma2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/au1x/dbdma2.c b/sound/soc/au1x/dbdma2.c index 17a24d804734..b06b8d8128c6 100644 --- a/sound/soc/au1x/dbdma2.c +++ b/sound/soc/au1x/dbdma2.c @@ -363,7 +363,6 @@ static int au1xpsc_pcm_drvremove(struct platform_device *pdev) static struct platform_driver au1xpsc_pcm_driver = { .driver = { .name = "au1xpsc-pcm", - .owner = THIS_MODULE, }, .probe = au1xpsc_pcm_drvprobe, .remove = au1xpsc_pcm_drvremove, |