aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/ds2760_battery.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-11-25 23:01:10 -0500
committerAnton Vorontsov <cbouatmailru@gmail.com>2012-01-04 00:12:07 -0500
commit300bac7fb85a20b2704dc3645419057992f78565 (patch)
treed0c3e327967552ab9ba68866b6c77a951446a7cd /drivers/power/ds2760_battery.c
parent251f39fe42dae863bd24e30864e6b66076ba076d (diff)
power_supply: Convert drivers/power/* to use module_platform_driver()
This patch converts the drivers in drivers/power/* to use the module_platform_driver() macro which makes the code smaller and a bit simpler. Cc: Mike Rapoport <mike@compulab.co.il> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Nithish Mahalingam <nithish.mahalingam@intel.com> Cc: MyungJoo Ham <myungjoo.ham@samsung.com> Cc: Haojian Zhuang <haojian.zhuang@marvell.com> Cc: Balaji Rao <balajirrao@openmoko.org> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Clifton Barnes <cabarnes@indesign-llc.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/ds2760_battery.c')
-rw-r--r--drivers/power/ds2760_battery.c13
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
644static int __init ds2760_battery_init(void) 644module_platform_driver(ds2760_battery_driver);
645{
646 return platform_driver_register(&ds2760_battery_driver);
647}
648
649static void __exit ds2760_battery_exit(void)
650{
651 platform_driver_unregister(&ds2760_battery_driver);
652}
653
654module_init(ds2760_battery_init);
655module_exit(ds2760_battery_exit);
656 645
657MODULE_LICENSE("GPL"); 646MODULE_LICENSE("GPL");
658MODULE_AUTHOR("Szabolcs Gyurko <szabolcs.gyurko@tlt.hu>, " 647MODULE_AUTHOR("Szabolcs Gyurko <szabolcs.gyurko@tlt.hu>, "