summaryrefslogtreecommitdiffstats
path: root/drivers/char/riscom8.h
diff options
context:
space:
mode:
authorAlan Cox2008-07-16 22:57:18 +0200
committerLinus Torvalds2008-07-21 02:12:38 +0200
commit44b7d1b37f786c61d0e382b6f72f605f73de284b (patch)
tree2ac150e99311cde2e841bb6c80ac9d2800c8aff7 /drivers/char/riscom8.h
parenttermios: Termios defines for other platforms (diff)
downloadkernel-qcow2-linux-44b7d1b37f786c61d0e382b6f72f605f73de284b.tar.gz
kernel-qcow2-linux-44b7d1b37f786c61d0e382b6f72f605f73de284b.tar.xz
kernel-qcow2-linux-44b7d1b37f786c61d0e382b6f72f605f73de284b.zip
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.h2
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 {
struct tty_port port;
int baud_base;
int timeout;
- int close_delay;
int custom_divisor;
int xmit_head;
int xmit_tail;
int xmit_cnt;
short wakeup_chars;
short break_length;
- unsigned short closing_wait;
unsigned char mark_mask;
unsigned char IER;
unsigned char MSVR;