diff options
Diffstat (limited to 'drivers/rtc/rtc-ab8500.c')
-rw-r--r-- | drivers/rtc/rtc-ab8500.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/rtc/rtc-ab8500.c b/drivers/rtc/rtc-ab8500.c index df7bfc304c5e..a0a9810adf0b 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 | ||
466 | static int __init ab8500_rtc_init(void) | 466 | module_platform_driver(ab8500_rtc_driver); |
467 | { | ||
468 | return platform_driver_register(&ab8500_rtc_driver); | ||
469 | } | ||
470 | |||
471 | static void __exit ab8500_rtc_exit(void) | ||
472 | { | ||
473 | platform_driver_unregister(&ab8500_rtc_driver); | ||
474 | } | ||
475 | 467 | ||
476 | module_init(ab8500_rtc_init); | ||
477 | module_exit(ab8500_rtc_exit); | ||
478 | MODULE_AUTHOR("Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>"); | 468 | MODULE_AUTHOR("Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>"); |
479 | MODULE_DESCRIPTION("AB8500 RTC Driver"); | 469 | MODULE_DESCRIPTION("AB8500 RTC Driver"); |
480 | MODULE_LICENSE("GPL v2"); | 470 | MODULE_LICENSE("GPL v2"); |