aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-03-05 14:52:25 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-08 12:30:50 -0800
commit799be6ff2fd7294f428a9e68a7786490c862c1af (patch)
tree6ce5706f2a80fe24d44e31a1c7282cecae7059b9 /include
parentTTY: amiserial/simserial, use tty_port (diff)
downloadlinux-dev-799be6ff2fd7294f428a9e68a7786490c862c1af.tar.xz
linux-dev-799be6ff2fd7294f428a9e68a7786490c862c1af.zip
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')
-rw-r--r--include/linux/serialP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h
index 32d45b869cbc..997edd008b92 100644
--- a/include/linux/serialP.h
+++ b/include/linux/serialP.h
@@ -36,8 +36,6 @@ struct serial_state {
int xmit_fifo_size;
int custom_divisor;
int count;
- unsigned short close_delay;
- unsigned short closing_wait; /* time to wait before closing */
struct async_icount icount;
struct tty_port tport;