Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Andrew Morton and committed by
Linus Torvalds
4e9011d5 82965add

+1 -1
+1 -1
drivers/rtc/rtc-sysfs.c
··· 116 116 class_interface_unregister(&rtc_sysfs_interface); 117 117 } 118 118 119 - subsys_init(rtc_sysfs_init); 119 + subsys_initcall(rtc_sysfs_init); 120 120 module_exit(rtc_sysfs_exit); 121 121 122 122 MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>");