diff options
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sysfs.c b/drivers/rtc/rtc-sysfs.c index 6f8370e88a76..625637b84d33 100644 --- a/drivers/rtc/rtc-sysfs.c +++ b/drivers/rtc/rtc-sysfs.c | |||
@@ -116,7 +116,7 @@ static void __exit rtc_sysfs_exit(void) | |||
116 | class_interface_unregister(&rtc_sysfs_interface); | 116 | class_interface_unregister(&rtc_sysfs_interface); |
117 | } | 117 | } |
118 | 118 | ||
119 | subsys_init(rtc_sysfs_init); | 119 | subsys_initcall(rtc_sysfs_init); |
120 | module_exit(rtc_sysfs_exit); | 120 | module_exit(rtc_sysfs_exit); |
121 | 121 | ||
122 | MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); | 122 | MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); |