diff options
Diffstat (limited to 'include/linux/uinput.h')
| -rw-r--r-- | include/linux/uinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/uinput.h b/include/linux/uinput.h index d28c726ede4f..2aa2881b0df9 100644 --- a/include/linux/uinput.h +++ b/include/linux/uinput.h | |||
| @@ -68,7 +68,7 @@ struct uinput_device { | |||
| 68 | unsigned char head; | 68 | unsigned char head; |
| 69 | unsigned char tail; | 69 | unsigned char tail; |
| 70 | struct input_event buff[UINPUT_BUFFER_SIZE]; | 70 | struct input_event buff[UINPUT_BUFFER_SIZE]; |
| 71 | int ff_effects_max; | 71 | unsigned int ff_effects_max; |
| 72 | 72 | ||
| 73 | struct uinput_request *requests[UINPUT_NUM_REQUESTS]; | 73 | struct uinput_request *requests[UINPUT_NUM_REQUESTS]; |
| 74 | wait_queue_head_t requests_waitq; | 74 | wait_queue_head_t requests_waitq; |
