diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-05 08:52:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 15:30:50 -0500 |
commit | 799be6ff2fd7294f428a9e68a7786490c862c1af (patch) | |
tree | 6ce5706f2a80fe24d44e31a1c7282cecae7059b9 /include/linux/serialP.h | |
parent | 87758791c99715433841f1c054b49166506513e4 (diff) |
TTY: amiserial/simserial, use close delays from tty_port
Note that previously simserial set the delay to 0. So we preserve
that. BUT, is it correct?
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/serialP.h')
-rw-r--r-- | include/linux/serialP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h index 32d45b869cb..997edd008b9 100644 --- a/include/linux/serialP.h +++ b/include/linux/serialP.h | |||
@@ -36,8 +36,6 @@ struct serial_state { | |||
36 | int xmit_fifo_size; | 36 | int xmit_fifo_size; |
37 | int custom_divisor; | 37 | int custom_divisor; |
38 | int count; | 38 | int count; |
39 | unsigned short close_delay; | ||
40 | unsigned short closing_wait; /* time to wait before closing */ | ||
41 | struct async_icount icount; | 39 | struct async_icount icount; |
42 | struct tty_port tport; | 40 | struct tty_port tport; |
43 | 41 | ||