diff options
Diffstat (limited to 'drivers/power/twl4030_charger.c')
-rw-r--r-- | drivers/power/twl4030_charger.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/twl4030_charger.c b/drivers/power/twl4030_charger.c index 2598c588006e..d35b83e635b5 100644 --- a/drivers/power/twl4030_charger.c +++ b/drivers/power/twl4030_charger.c | |||
@@ -716,7 +716,6 @@ MODULE_DEVICE_TABLE(of, twl_bci_of_match); | |||
716 | static struct platform_driver twl4030_bci_driver = { | 716 | static struct platform_driver twl4030_bci_driver = { |
717 | .driver = { | 717 | .driver = { |
718 | .name = "twl4030_bci", | 718 | .name = "twl4030_bci", |
719 | .owner = THIS_MODULE, | ||
720 | .of_match_table = of_match_ptr(twl_bci_of_match), | 719 | .of_match_table = of_match_ptr(twl_bci_of_match), |
721 | }, | 720 | }, |
722 | .remove = __exit_p(twl4030_bci_remove), | 721 | .remove = __exit_p(twl4030_bci_remove), |