summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/sn95031.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
commitc756e83d1aa18310043042402566fdefa6e9d58b (patch)
treee4c7859a0f7caf5eaf3e953157a2088d158d8c53 /sound/soc/codecs/sn95031.c
parentd0052ec305893d6eb25ac31c1ca8cc895c5b108a (diff)
downloadop-kernel-dev-c756e83d1aa18310043042402566fdefa6e9d58b.zip
op-kernel-dev-c756e83d1aa18310043042402566fdefa6e9d58b.tar.gz
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/sn95031.c')
-rw-r--r--sound/soc/codecs/sn95031.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c
index cf8fa40..e879e5e 100644
--- a/sound/soc/codecs/sn95031.c
+++ b/sound/soc/codecs/sn95031.c
@@ -916,7 +916,6 @@ static int sn95031_device_remove(struct platform_device *pdev)
static struct platform_driver sn95031_codec_driver = {
.driver = {
.name = "sn95031",
- .owner = THIS_MODULE,
},
.probe = sn95031_device_probe,
.remove = sn95031_device_remove,
OpenPOWER on IntegriCloud