diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:13 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:13 +0200 |
commit | f20068009adf34dcc2b10b3f134502205aa9f04e (patch) | |
tree | 3b51b365632b048e25d9b426694fbbdc45917202 /sound/soc/sh/dma-sh7760.c | |
parent | ac204d2290e5a76ecff5b597beb19f98680ef095 (diff) | |
download | linux-f20068009adf34dcc2b10b3f134502205aa9f04e.tar.bz2 |
ASoC: sh: 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/sh/dma-sh7760.c')
-rw-r--r-- | sound/soc/sh/dma-sh7760.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/dma-sh7760.c b/sound/soc/sh/dma-sh7760.c index c85f8eb66c97..a5b2c4ea90d9 100644 --- a/sound/soc/sh/dma-sh7760.c +++ b/sound/soc/sh/dma-sh7760.c @@ -345,7 +345,6 @@ static int sh7760_soc_platform_remove(struct platform_device *pdev) static struct platform_driver sh7760_pcm_driver = { .driver = { .name = "sh7760-pcm-audio", - .owner = THIS_MODULE, }, .probe = sh7760_soc_platform_probe, |