summaryrefslogtreecommitdiffstats
path: root/sound/soc/cirrus/simone.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:05 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:05 +0200
commitd0052ec305893d6eb25ac31c1ca8cc895c5b108a (patch)
tree0e12719ce6eea473d963abedb4b810763f9f6f2a /sound/soc/cirrus/simone.c
parent3316fd2554b717904e979eb13cd3cdd95a66f0c5 (diff)
downloadlinux-d0052ec305893d6eb25ac31c1ca8cc895c5b108a.tar.bz2
ASoC: cirrus: 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/cirrus/simone.c')
-rw-r--r--sound/soc/cirrus/simone.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/cirrus/simone.c b/sound/soc/cirrus/simone.c
index 822a19a89e74..1ec661834e5a 100644
--- a/sound/soc/cirrus/simone.c
+++ b/sound/soc/cirrus/simone.c
@@ -74,7 +74,6 @@ static int simone_remove(struct platform_device *pdev)
static struct platform_driver simone_driver = {
.driver = {
.name = "simone-audio",
- .owner = THIS_MODULE,
},
.probe = simone_probe,
.remove = simone_remove,