diff options
Diffstat (limited to 'arch/um/drivers/line.h')
-rw-r--r-- | arch/um/drivers/line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/line.h b/arch/um/drivers/line.h index 0c4dadf5e03e..471f477b271e 100644 --- a/arch/um/drivers/line.h +++ b/arch/um/drivers/line.h | |||
@@ -32,7 +32,7 @@ struct line_driver { | |||
32 | 32 | ||
33 | struct line { | 33 | struct line { |
34 | struct tty_struct *tty; | 34 | struct tty_struct *tty; |
35 | spinlock_t count_lock; | 35 | struct mutex count_lock; |
36 | unsigned long count; | 36 | unsigned long count; |
37 | int valid; | 37 | int valid; |
38 | 38 | ||