diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:30 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:30 -0400 |
commit | 08147bb19a37c8cb2b8149310cf2fa7865c7535e (patch) | |
tree | 3d3ce5aba3c6aa58a7cb38710551b2608cc633a0 /drivers/extcon/extcon-palmas.c | |
parent | b7382f8349c60f364802d8ad124699ef4428e635 (diff) |
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-palmas.c')
-rw-r--r-- | drivers/extcon/extcon-palmas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c index 230e1220ce48..11c6757b6c40 100644 --- a/drivers/extcon/extcon-palmas.c +++ b/drivers/extcon/extcon-palmas.c | |||
@@ -291,7 +291,6 @@ static struct platform_driver palmas_usb_driver = { | |||
291 | .driver = { | 291 | .driver = { |
292 | .name = "palmas-usb", | 292 | .name = "palmas-usb", |
293 | .of_match_table = of_palmas_match_tbl, | 293 | .of_match_table = of_palmas_match_tbl, |
294 | .owner = THIS_MODULE, | ||
295 | .pm = &palmas_pm_ops, | 294 | .pm = &palmas_pm_ops, |
296 | }, | 295 | }, |
297 | }; | 296 | }; |