diff options
Diffstat (limited to 'drivers/rtc/rtc-proc.c')
-rw-r--r-- | drivers/rtc/rtc-proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-proc.c b/drivers/rtc/rtc-proc.c index cef5f5a3bbf9..1b2c2caa2a99 100644 --- a/drivers/rtc/rtc-proc.c +++ b/drivers/rtc/rtc-proc.c | |||
@@ -156,7 +156,7 @@ static void __exit rtc_proc_exit(void) | |||
156 | class_interface_unregister(&rtc_proc_interface); | 156 | class_interface_unregister(&rtc_proc_interface); |
157 | } | 157 | } |
158 | 158 | ||
159 | module_init(rtc_proc_init); | 159 | subsys_initcall(rtc_proc_init); |
160 | module_exit(rtc_proc_exit); | 160 | module_exit(rtc_proc_exit); |
161 | 161 | ||
162 | MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); | 162 | MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); |