Input: input core - semaphore to mutex conversion

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Jes Sorensen
2006-02-19 00:21:46 -05:00
committed by Dmitry Torokhov
parent 02860ab6cd
commit e676c232e6
2 changed files with 9 additions and 8 deletions

View File

@ -929,7 +929,7 @@ struct input_dev {
struct input_handle *grab;
struct semaphore sem; /* serializes open and close operations */
struct mutex mutex; /* serializes open and close operations */
unsigned int users;
struct class_device cdev;