diff options
author | Jiri Slaby <jslaby@suse.cz> | 2013-03-07 12:12:38 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-18 23:26:32 (GMT) |
commit | 892c7cfc16f4379e04983f2b58cdfc35f486d269 (patch) | |
tree | 6a69d54d9f4914dfeae5e2404c1cb9d203109be4 /drivers/tty/serial/crisv10.h | |
parent | 82c3b87b7e0153c5a05ac994cd5586df41264cb6 (diff) | |
download | linux-892c7cfc16f4379e04983f2b58cdfc35f486d269.tar.xz |
crisv10: use close delays from tty_port
The same as flags, convert to using close delays from tty_port.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/crisv10.h')
-rw-r--r-- | drivers/tty/serial/crisv10.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/crisv10.h b/drivers/tty/serial/crisv10.h index 59f70c4..a05c36b 100644 --- a/drivers/tty/serial/crisv10.h +++ b/drivers/tty/serial/crisv10.h @@ -87,8 +87,6 @@ struct e100_serial { volatile int tr_running; /* 1 if output is running */ int x_char; /* xon/xoff character */ - int close_delay; - unsigned short closing_wait; unsigned long event; int line; int type; /* PORT_ETRAX */ |