diff options
author | Alan Cox <alan@redhat.com> | 2008-07-16 16:57:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 20:12:38 -0400 |
commit | 44b7d1b37f786c61d0e382b6f72f605f73de284b (patch) | |
tree | 2ac150e99311cde2e841bb6c80ac9d2800c8aff7 /drivers/char/riscom8.h | |
parent | 593573bc55c9e1999b9679da4e477c0220a6fbbd (diff) |
tty: add more tty_port fields
Move more bits into the tty_port structure
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/riscom8.h')
-rw-r--r-- | drivers/char/riscom8.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/riscom8.h b/drivers/char/riscom8.h index 29ddbab78801..c9876b3f9714 100644 --- a/drivers/char/riscom8.h +++ b/drivers/char/riscom8.h | |||
@@ -69,14 +69,12 @@ struct riscom_port { | |||
69 | struct tty_port port; | 69 | struct tty_port port; |
70 | int baud_base; | 70 | int baud_base; |
71 | int timeout; | 71 | int timeout; |
72 | int close_delay; | ||
73 | int custom_divisor; | 72 | int custom_divisor; |
74 | int xmit_head; | 73 | int xmit_head; |
75 | int xmit_tail; | 74 | int xmit_tail; |
76 | int xmit_cnt; | 75 | int xmit_cnt; |
77 | short wakeup_chars; | 76 | short wakeup_chars; |
78 | short break_length; | 77 | short break_length; |
79 | unsigned short closing_wait; | ||
80 | unsigned char mark_mask; | 78 | unsigned char mark_mask; |
81 | unsigned char IER; | 79 | unsigned char IER; |
82 | unsigned char MSVR; | 80 | unsigned char MSVR; |