diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2006-09-14 01:32:39 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-09-14 01:32:39 -0400 |
commit | 4263cf0fac28122c8381b6f4f9441a43cd93c81f (patch) | |
tree | 2abdac5c34cf584854677b33e5dcd0e343ee1611 /include/linux/input.h | |
parent | 68c2a1607cd6dd12427c9566b39756e92708713c (diff) |
Input: make input_register_handler() return error codes
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 *); |