diff options
Diffstat (limited to 'drivers/char/specialix_io8.h')
-rw-r--r-- | drivers/char/specialix_io8.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/char/specialix_io8.h b/drivers/char/specialix_io8.h index 3f2f85bdf516..c63005274d9b 100644 --- a/drivers/char/specialix_io8.h +++ b/drivers/char/specialix_io8.h | |||
@@ -107,23 +107,17 @@ struct specialix_board { | |||
107 | 107 | ||
108 | struct specialix_port { | 108 | struct specialix_port { |
109 | int magic; | 109 | int magic; |
110 | struct tty_port port; | ||
110 | int baud_base; | 111 | int baud_base; |
111 | int flags; | 112 | int flags; |
112 | struct tty_struct * tty; | ||
113 | int count; | ||
114 | int blocked_open; | ||
115 | int timeout; | 113 | int timeout; |
116 | int close_delay; | ||
117 | unsigned char * xmit_buf; | 114 | unsigned char * xmit_buf; |
118 | int custom_divisor; | 115 | int custom_divisor; |
119 | int xmit_head; | 116 | int xmit_head; |
120 | int xmit_tail; | 117 | int xmit_tail; |
121 | int xmit_cnt; | 118 | int xmit_cnt; |
122 | wait_queue_head_t open_wait; | ||
123 | wait_queue_head_t close_wait; | ||
124 | short wakeup_chars; | 119 | short wakeup_chars; |
125 | short break_length; | 120 | short break_length; |
126 | unsigned short closing_wait; | ||
127 | unsigned char mark_mask; | 121 | unsigned char mark_mask; |
128 | unsigned char IER; | 122 | unsigned char IER; |
129 | unsigned char MSVR; | 123 | unsigned char MSVR; |