diff options
Diffstat (limited to 'drivers/rtc/rtc-dev.c')
-rw-r--r-- | drivers/rtc/rtc-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-dev.c b/drivers/rtc/rtc-dev.c index 062c0ab3fe35..629d47cc7e88 100644 --- a/drivers/rtc/rtc-dev.c +++ b/drivers/rtc/rtc-dev.c | |||
@@ -495,7 +495,7 @@ static void __exit rtc_dev_exit(void) | |||
495 | unregister_chrdev_region(rtc_devt, RTC_DEV_MAX); | 495 | unregister_chrdev_region(rtc_devt, RTC_DEV_MAX); |
496 | } | 496 | } |
497 | 497 | ||
498 | module_init(rtc_dev_init); | 498 | subsys_initcall(rtc_dev_init); |
499 | module_exit(rtc_dev_exit); | 499 | module_exit(rtc_dev_exit); |
500 | 500 | ||
501 | MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); | 501 | MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); |