diff options
Diffstat (limited to 'include/linux')
| -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 6d4cc3c110..6dca6baf06 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
| @@ -929,7 +929,7 @@ struct input_dev { | |||
| 929 | 929 | ||
| 930 | struct input_handle *grab; | 930 | struct input_handle *grab; |
| 931 | 931 | ||
| 932 | struct semaphore sem; /* serializes open and close operations */ | 932 | struct mutex mutex; /* serializes open and close operations */ |
| 933 | unsigned int users; | 933 | unsigned int users; |
| 934 | 934 | ||
| 935 | struct class_device cdev; | 935 | struct class_device cdev; |
