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/rocket_int.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/rocket_int.h')
-rw-r--r-- | drivers/char/rocket_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/rocket_int.h b/drivers/char/rocket_int.h index 3affc48f6a57..21f3ff53ba32 100644 --- a/drivers/char/rocket_int.h +++ b/drivers/char/rocket_int.h | |||
@@ -1133,8 +1133,6 @@ struct r_port { | |||
1133 | unsigned int chan:3; | 1133 | unsigned int chan:3; |
1134 | CONTROLLER_t *ctlp; | 1134 | CONTROLLER_t *ctlp; |
1135 | CHANNEL_t channel; | 1135 | CHANNEL_t channel; |
1136 | int closing_wait; | ||
1137 | int close_delay; | ||
1138 | int intmask; | 1136 | int intmask; |
1139 | int xmit_fifo_room; /* room in xmit fifo */ | 1137 | int xmit_fifo_room; /* room in xmit fifo */ |
1140 | unsigned char *xmit_buf; | 1138 | unsigned char *xmit_buf; |