diff options
Diffstat (limited to 'drivers/input/evdev.c')
-rw-r--r-- | drivers/input/evdev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index 154e423167b9..6439f378f6cc 100644 --- a/drivers/input/evdev.c +++ b/drivers/input/evdev.c | |||
@@ -695,8 +695,7 @@ static struct input_handler evdev_handler = { | |||
695 | 695 | ||
696 | static int __init evdev_init(void) | 696 | static int __init evdev_init(void) |
697 | { | 697 | { |
698 | input_register_handler(&evdev_handler); | 698 | return input_register_handler(&evdev_handler); |
699 | return 0; | ||
700 | } | 699 | } |
701 | 700 | ||
702 | static void __exit evdev_exit(void) | 701 | static void __exit evdev_exit(void) |