aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/max8998_charger.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/max8998_charger.c')
-rw-r--r--drivers/power/max8998_charger.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/power/max8998_charger.c b/drivers/power/max8998_charger.c
index 0737302af1d2..9b3f2bf56e70 100644
--- a/drivers/power/max8998_charger.c
+++ b/drivers/power/max8998_charger.c
@@ -204,17 +204,7 @@ static struct platform_driver max8998_battery_driver = {
204 .id_table = max8998_battery_id, 204 .id_table = max8998_battery_id,
205}; 205};
206 206
207static int __init max8998_battery_init(void) 207module_platform_driver(max8998_battery_driver);
208{
209 return platform_driver_register(&max8998_battery_driver);
210}
211module_init(max8998_battery_init);
212
213static void __exit max8998_battery_cleanup(void)
214{
215 platform_driver_unregister(&max8998_battery_driver);
216}
217module_exit(max8998_battery_cleanup);
218 208
219MODULE_DESCRIPTION("MAXIM 8998 battery control driver"); 209MODULE_DESCRIPTION("MAXIM 8998 battery control driver");
220MODULE_AUTHOR("MyungJoo Ham <myungjoo.ham@samsung.com>"); 210MODULE_AUTHOR("MyungJoo Ham <myungjoo.ham@samsung.com>");