diff options
Diffstat (limited to 'arch/um/drivers/line.h')
-rw-r--r-- | arch/um/drivers/line.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/line.h b/arch/um/drivers/line.h index 0e06a1f441d7..5b3d4fbdec18 100644 --- a/arch/um/drivers/line.h +++ b/arch/um/drivers/line.h | |||
@@ -33,7 +33,6 @@ struct line_driver { | |||
33 | 33 | ||
34 | struct line { | 34 | struct line { |
35 | struct tty_port port; | 35 | struct tty_port port; |
36 | struct tty_struct *tty; | ||
37 | struct mutex count_lock; | 36 | struct mutex count_lock; |
38 | int valid; | 37 | int valid; |
39 | 38 | ||