mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-12 08:08:04 +07: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
@ -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…
Reference in New Issue
Block a user