aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-adc-jack.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:30 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:30 +0200
commit08147bb19a37c8cb2b8149310cf2fa7865c7535e (patch)
tree3d3ce5aba3c6aa58a7cb38710551b2608cc633a0 /drivers/extcon/extcon-adc-jack.c
parentedac: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-08147bb19a37c8cb2b8149310cf2fa7865c7535e.tar.xz
linux-dev-08147bb19a37c8cb2b8149310cf2fa7865c7535e.zip
extcon: 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 'drivers/extcon/extcon-adc-jack.c')
-rw-r--r--drivers/extcon/extcon-adc-jack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-adc-jack.c b/drivers/extcon/extcon-adc-jack.c
index d860229e4de1..5d7ab577fba9 100644
--- a/drivers/extcon/extcon-adc-jack.c
+++ b/drivers/extcon/extcon-adc-jack.c
@@ -182,7 +182,6 @@ static struct platform_driver adc_jack_driver = {
.remove = adc_jack_remove,
.driver = {
.name = "adc-jack",
- .owner = THIS_MODULE,
},
};