diff options
author | Alan Cox <alan@redhat.com> | 2009-01-02 08:46:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-02 13:19:39 -0500 |
commit | 2a6eadbd5a2ae8f458e421f3614f1ad13c0f9a1c (patch) | |
tree | 4eee6f264c83bef40e103aa1e141475f481b0f80 /include/linux/istallion.h | |
parent | 36c621d82b956ff6ff72273f848af53e6c581aba (diff) |
tty: Rework istallion to use the tty port changes
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/istallion.h')
-rw-r--r-- | include/linux/istallion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/istallion.h b/include/linux/istallion.h index 0d1840723249..053d5aea925c 100644 --- a/include/linux/istallion.h +++ b/include/linux/istallion.h | |||
@@ -61,7 +61,6 @@ struct stliport { | |||
61 | int custom_divisor; | 61 | int custom_divisor; |
62 | int close_delay; | 62 | int close_delay; |
63 | int closing_wait; | 63 | int closing_wait; |
64 | int openwaitcnt; | ||
65 | int rc; | 64 | int rc; |
66 | int argsize; | 65 | int argsize; |
67 | void *argp; | 66 | void *argp; |