Skip to content

Commit

Permalink
Input: cannot refer to __exit from within __init.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Andrew Morton authored and Dmitry Torokhov committed Jul 2, 2005
1 parent 5b6271b commit beffbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit beffbdc

Please sign in to comment.