mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-30 19:07:15 +00:00
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:
parent
5b6271bda4
commit
beffbdc221
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ static int __init input_proc_init(void)
|
||||||
return -ENOMEM;
|
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("devices", proc_bus_input_dir);
|
||||||
remove_proc_entry("handlers", proc_bus_input_dir);
|
remove_proc_entry("handlers", proc_bus_input_dir);
|
||||||
|
|
Loading…
Add table
Reference in a new issue