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-max14577.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-max14577.c')
-rw-r--r-- | drivers/extcon/extcon-max14577.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-max14577.c b/drivers/extcon/extcon-max14577.c index 7309743d0da1..dfc2fd370eb3 100644 --- a/drivers/extcon/extcon-max14577.c +++ b/drivers/extcon/extcon-max14577.c | |||
@@ -807,7 +807,6 @@ MODULE_DEVICE_TABLE(platform, max14577_muic_id); | |||
807 | static struct platform_driver max14577_muic_driver = { | 807 | static struct platform_driver max14577_muic_driver = { |
808 | .driver = { | 808 | .driver = { |
809 | .name = "max14577-muic", | 809 | .name = "max14577-muic", |
810 | .owner = THIS_MODULE, | ||
811 | }, | 810 | }, |
812 | .probe = max14577_muic_probe, | 811 | .probe = max14577_muic_probe, |
813 | .remove = max14577_muic_remove, | 812 | .remove = max14577_muic_remove, |