projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82965ad
)
[PATCH] rtc-sysfs fix
author
Andrew Morton
<
[email protected]
>
Sun, 1 Oct 2006 09:22:41 +0000
(
02:22
-0700)
committer
Linus Torvalds
<
[email protected]
>
Sun, 1 Oct 2006 17:39:01 +0000
(10:39 -0700)
It's not clear how this thinko got through..
Cc: Olaf Hering <
[email protected]
>
Cc: David Brownell <
[email protected]
>
Cc: Alessandro Zummo <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/rtc/rtc-sysfs.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-sysfs.c
b/drivers/rtc/rtc-sysfs.c
index 6f8370e88a76bb90321f4e8172fe7bdd163c4122..625637b84d33424be18af05530db5293b11fd3ea 100644
(file)
--- a/
drivers/rtc/rtc-sysfs.c
+++ b/
drivers/rtc/rtc-sysfs.c
@@
-116,7
+116,7
@@
static void __exit rtc_sysfs_exit(void)
class_interface_unregister(&rtc_sysfs_interface);
}
-subsys_init(rtc_sysfs_init);
+subsys_init
call
(rtc_sysfs_init);
module_exit(rtc_sysfs_exit);
MODULE_AUTHOR("Alessandro Zummo <
[email protected]
>");