Input: cannot refer to __exit from within __init.
authorAndrew Morton <akpm@osdl.org>
Sat, 2 Jul 2005 04:54:30 +0000 (23:54 -0500)
committerDmitry 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

index 1ea4f1a..a275211 100644 (file)
@@ -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);