aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/samsung/s3c24xx-i2s.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:13 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:13 +0200
commitac204d2290e5a76ecff5b597beb19f98680ef095 (patch)
tree1dbc03199611f0e2a0399b59593840fb3fb98aa6 /sound/soc/samsung/s3c24xx-i2s.c
parentASoC: s6000: drop owner assignment from platform_drivers (diff)
downloadwireguard-linux-ac204d2290e5a76ecff5b597beb19f98680ef095.tar.xz
wireguard-linux-ac204d2290e5a76ecff5b597beb19f98680ef095.zip
ASoC: samsung: 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/samsung/s3c24xx-i2s.c')
-rw-r--r--sound/soc/samsung/s3c24xx-i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/s3c24xx-i2s.c b/sound/soc/samsung/s3c24xx-i2s.c
index e87d9a2053b8..326d3c3804e3 100644
--- a/sound/soc/samsung/s3c24xx-i2s.c
+++ b/sound/soc/samsung/s3c24xx-i2s.c
@@ -485,7 +485,6 @@ static struct platform_driver s3c24xx_iis_driver = {
.probe = s3c24xx_iis_dev_probe,
.driver = {
.name = "s3c24xx-iis",
- .owner = THIS_MODULE,
},
};