Commit 8f401a85 authored by Luiz Capitulino's avatar Luiz Capitulino Committed by Vojtech Pavlik

input: Remove a not necessary #ifdef CONFIG_PROC_FS/#endif in input.c

parent 026c286c
......@@ -737,11 +737,10 @@ static int __init input_init(void)
static void __exit input_exit(void)
{
#ifdef CONFIG_PROC_FS
remove_proc_entry("devices", proc_bus_input_dir);
remove_proc_entry("handlers", proc_bus_input_dir);
remove_proc_entry("input", proc_bus);
#endif
devfs_remove("input");
unregister_chrdev(INPUT_MAJOR, "input");
class_unregister(&input_class);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment