diff options
Diffstat (limited to 'drivers/power/ds2760_battery.c')
-rw-r--r-- | drivers/power/ds2760_battery.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/power/ds2760_battery.c b/drivers/power/ds2760_battery.c index cda03dae75f4..545874b1df9e 100644 --- a/drivers/power/ds2760_battery.c +++ b/drivers/power/ds2760_battery.c | |||
@@ -641,18 +641,7 @@ static struct platform_driver ds2760_battery_driver = { | |||
641 | .resume = ds2760_battery_resume, | 641 | .resume = ds2760_battery_resume, |
642 | }; | 642 | }; |
643 | 643 | ||
644 | static int __init ds2760_battery_init(void) | 644 | module_platform_driver(ds2760_battery_driver); |
645 | { | ||
646 | return platform_driver_register(&ds2760_battery_driver); | ||
647 | } | ||
648 | |||
649 | static void __exit ds2760_battery_exit(void) | ||
650 | { | ||
651 | platform_driver_unregister(&ds2760_battery_driver); | ||
652 | } | ||
653 | |||
654 | module_init(ds2760_battery_init); | ||
655 | module_exit(ds2760_battery_exit); | ||
656 | 645 | ||
657 | MODULE_LICENSE("GPL"); | 646 | MODULE_LICENSE("GPL"); |
658 | MODULE_AUTHOR("Szabolcs Gyurko <szabolcs.gyurko@tlt.hu>, " | 647 | MODULE_AUTHOR("Szabolcs Gyurko <szabolcs.gyurko@tlt.hu>, " |