projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6271b
)
Input: cannot refer to __exit from within __init.
author
Andrew Morton
<akpm@osdl.org>
Sat, 2 Jul 2005 04:54:30 +0000
(23:54 -0500)
committer
Dmitry Torokhov
<dtor_core@ameritech.net>
Sat, 2 Jul 2005 04:54:30 +0000
(23:54 -0500)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/input.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/input.c
b/drivers/input/input.c
index 1ea4f1accef65ad1e01155dbd2b355ea128bb6b6..a275211c8e1e3434a2788771b63b68077807892f 100644
(file)
--- a/
drivers/input/input.c
+++ b/
drivers/input/input.c
@@
-581,7
+581,7
@@
static int __init input_proc_init(void)
return -ENOMEM;
}
-static void
__exit
input_proc_exit(void)
+static void input_proc_exit(void)
{
remove_proc_entry("devices", proc_bus_input_dir);
remove_proc_entry("handlers", proc_bus_input_dir);