diff options
Diffstat (limited to 'include/linux/libps2.h')
| -rw-r--r-- | include/linux/libps2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libps2.h b/include/linux/libps2.h index a710bddda4e..08a450a9dbf 100644 --- a/include/linux/libps2.h +++ b/include/linux/libps2.h | |||
| @@ -28,7 +28,7 @@ struct ps2dev { | |||
| 28 | struct serio *serio; | 28 | struct serio *serio; |
| 29 | 29 | ||
| 30 | /* Ensures that only one command is executing at a time */ | 30 | /* Ensures that only one command is executing at a time */ |
| 31 | struct semaphore cmd_sem; | 31 | struct mutex cmd_mutex; |
| 32 | 32 | ||
| 33 | /* Used to signal completion from interrupt handler */ | 33 | /* Used to signal completion from interrupt handler */ |
| 34 | wait_queue_head_t wait; | 34 | wait_queue_head_t wait; |
