aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ab8500.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ab8500.c')
-rw-r--r--drivers/rtc/rtc-ab8500.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/rtc/rtc-ab8500.c b/drivers/rtc/rtc-ab8500.c
index df7bfc304c5..a0a9810adf0 100644
--- a/drivers/rtc/rtc-ab8500.c
+++ b/drivers/rtc/rtc-ab8500.c
@@ -463,18 +463,8 @@ static struct platform_driver ab8500_rtc_driver = {
463 .remove = __devexit_p(ab8500_rtc_remove), 463 .remove = __devexit_p(ab8500_rtc_remove),
464}; 464};
465 465
466static int __init ab8500_rtc_init(void) 466module_platform_driver(ab8500_rtc_driver);
467{
468 return platform_driver_register(&ab8500_rtc_driver);
469}
470
471static void __exit ab8500_rtc_exit(void)
472{
473 platform_driver_unregister(&ab8500_rtc_driver);
474}
475 467
476module_init(ab8500_rtc_init);
477module_exit(ab8500_rtc_exit);
478MODULE_AUTHOR("Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>"); 468MODULE_AUTHOR("Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>");
479MODULE_DESCRIPTION("AB8500 RTC Driver"); 469MODULE_DESCRIPTION("AB8500 RTC Driver");
480MODULE_LICENSE("GPL v2"); 470MODULE_LICENSE("GPL v2");