diff options
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 155b2bc96842..7025432350fa 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -1106,7 +1106,7 @@ static inline void input_put_device(struct input_dev *dev) | |||
1106 | int input_register_device(struct input_dev *); | 1106 | int input_register_device(struct input_dev *); |
1107 | void input_unregister_device(struct input_dev *); | 1107 | void input_unregister_device(struct input_dev *); |
1108 | 1108 | ||
1109 | void input_register_handler(struct input_handler *); | 1109 | int input_register_handler(struct input_handler *); |
1110 | void input_unregister_handler(struct input_handler *); | 1110 | void input_unregister_handler(struct input_handler *); |
1111 | 1111 | ||
1112 | int input_grab_device(struct input_handle *); | 1112 | int input_grab_device(struct input_handle *); |