summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm5110.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 14:22:07 (GMT)
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 14:22:07 (GMT)
commitc756e83d1aa18310043042402566fdefa6e9d58b (patch)
treee4c7859a0f7caf5eaf3e953157a2088d158d8c53 /sound/soc/codecs/wm5110.c
parentd0052ec305893d6eb25ac31c1ca8cc895c5b108a (diff)
downloadlinux-c756e83d1aa18310043042402566fdefa6e9d58b.tar.xz
ASoC: codecs: 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/codecs/wm5110.c')
-rw-r--r--sound/soc/codecs/wm5110.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c
index 2f2ec26..4456b38 100644
--- a/sound/soc/codecs/wm5110.c
+++ b/sound/soc/codecs/wm5110.c
@@ -1738,7 +1738,6 @@ static int wm5110_remove(struct platform_device *pdev)
static struct platform_driver wm5110_codec_driver = {
.driver = {
.name = "wm5110-codec",
- .owner = THIS_MODULE,
},
.probe = wm5110_probe,
.remove = wm5110_remove,