aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/dwc/designware_i2s.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:07 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:07 +0200
commit27cbfa122acb489bd7aec42867a3c65264c62a41 (patch)
treeef0cb8cbd8f2b5c6b7a08d2baad271b942d74991 /sound/soc/dwc/designware_i2s.c
parenta17b87a5b0ce32c3c4982bc80e9e153168e80e39 (diff)
ASoC: dwc: 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/dwc/designware_i2s.c')
-rw-r--r--sound/soc/dwc/designware_i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
index e961388e6e9c..103b34e58ffa 100644
--- a/sound/soc/dwc/designware_i2s.c
+++ b/sound/soc/dwc/designware_i2s.c
@@ -449,7 +449,6 @@ static struct platform_driver dw_i2s_driver = {
.remove = dw_i2s_remove,
.driver = {
.name = "designware-i2s",
- .owner = THIS_MODULE,
},
};