Input: cannot refer to __exit from within __init.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Andrew Morton 2005-07-01 23:54:30 -05:00 committed by Dmitry Torokhov
parent 5b6271bda4
commit beffbdc221

View 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);