summaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c
diff options
context:
space:
mode:
authorWolfram Sang2014-10-20 16:22:13 +0200
committerWolfram Sang2014-10-20 16:22:13 +0200
commitac204d2290e5a76ecff5b597beb19f98680ef095 (patch)
tree1dbc03199611f0e2a0399b59593840fb3fb98aa6 /sound/soc/samsung/i2s.c
parentASoC: s6000: drop owner assignment from platform_drivers (diff)
downloadkernel-qcow2-linux-ac204d2290e5a76ecff5b597beb19f98680ef095.tar.gz
kernel-qcow2-linux-ac204d2290e5a76ecff5b597beb19f98680ef095.tar.xz
kernel-qcow2-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/i2s.c')
-rw-r--r--sound/soc/samsung/i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c
index 9d513473b300..2e7097429bee 100644
--- a/sound/soc/samsung/i2s.c
+++ b/sound/soc/samsung/i2s.c
@@ -1366,7 +1366,6 @@ static struct platform_driver samsung_i2s_driver = {
.id_table = samsung_i2s_driver_ids,
.driver = {
.name = "samsung-i2s",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(exynos_i2s_match),
.pm = &samsung_i2s_pm,
},