[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>
This commit is contained in:
Родитель
82965addad
Коммит
4e9011d50d
|
@ -116,7 +116,7 @@ static void __exit rtc_sysfs_exit(void)
|
|||
class_interface_unregister(&rtc_sysfs_interface);
|
||||
}
|
||||
|
||||
subsys_init(rtc_sysfs_init);
|
||||
subsys_initcall(rtc_sysfs_init);
|
||||
module_exit(rtc_sysfs_exit);
|
||||
|
||||
MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>");
|
||||
|
|
Загрузка…
Ссылка в новой задаче