diff options
author | Andrew Morton <akpm@osdl.org> | 2006-10-01 05:22:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 13:39:01 -0400 |
commit | 4e9011d50d77ce7d234272e203235d8ecffd61a1 (patch) | |
tree | 0161b6ce6fccc3c07cebf9ed566cbd7530a34177 /drivers/rtc | |
parent | 82965addad66fce61a92c5f03104ea90b0b87124 (diff) |
[PATCH] rtc-sysfs fix
It's not clear how this thinko got through..
Cc: Olaf Hering <olaf@aepfle.de>
Cc: David Brownell <david-b@pacbell.net>
Cc: Alessandro Zummo <alessandro.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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>"); |