linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / libps2.h
index 08a450a..a710bdd 100644 (file)
@@ -28,7 +28,7 @@ struct ps2dev {
        struct serio *serio;
 
        /* Ensures that only one command is executing at a time */
-       struct mutex cmd_mutex;
+       struct semaphore cmd_sem;
 
        /* Used to signal completion from interrupt handler */
        wait_queue_head_t wait;