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/hac.c | |
parent | ac204d2290e5a76ecff5b597beb19f98680ef095 (diff) | |
download | op-kernel-dev-f20068009adf34dcc2b10b3f134502205aa9f04e.zip op-kernel-dev-f20068009adf34dcc2b10b3f134502205aa9f04e.tar.gz |
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/hac.c')
-rw-r--r-- | sound/soc/sh/hac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/hac.c b/sound/soc/sh/hac.c index 0af2e4d..0e0115c 100644 --- a/sound/soc/sh/hac.c +++ b/sound/soc/sh/hac.c @@ -333,7 +333,6 @@ static int hac_soc_platform_remove(struct platform_device *pdev) static struct platform_driver hac_pcm_driver = { .driver = { .name = "hac-pcm-audio", - .owner = THIS_MODULE, }, .probe = hac_soc_platform_probe, |