diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2003-05-26 06:52:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-26 06:52:24 -0700 |
| commit | 419ac9a60c13fba79d16c4211ee615afc43ed580 (patch) | |
| tree | b9576d76bc56ff3c44b6dad5f899977e051f016e /include | |
| parent | ef5e4b0b80526a8c466ae62b25c3b9fd597dc240 (diff) | |
[PATCH] callout removal: serial167
callout removal: serial167
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/serial167.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/serial167.h b/include/linux/serial167.h index 1683e8941c04..1573385b24bc 100644 --- a/include/linux/serial167.h +++ b/include/linux/serial167.h @@ -43,8 +43,6 @@ struct cyclades_port { int x_char; /* to be pushed out ASAP */ int x_break; int blocked_open; /* # of blocked opens */ - long session; /* Session of opening process */ - long pgrp; /* pgrp of opening process */ unsigned char *xmit_buf; int xmit_head; int xmit_tail; @@ -53,7 +51,6 @@ struct cyclades_port { int default_timeout; struct work_struct tqueue; struct termios normal_termios; - struct termios callout_termios; wait_queue_head_t open_wait; wait_queue_head_t close_wait; struct cyclades_monitor mon; |
