diff options
author | Alan Cox <alan@linux.intel.com> | 2009-09-20 00:13:28 +0400 |
---|---|---|
committer | Live-CD User <linux@linux.site> | 2009-09-20 00:13:28 +0400 |
commit | 5e99df561fc830730d63672d795a0b02ef8cdd6f (patch) | |
tree | 6fffbbb737a7d01d58b7b9415f041bd50fca26b4 /include/linux/serial_core.h | |
parent | ebd2c8f6d2ec4012c267ecb95e72a57b8355a705 (diff) | |
download | linux-5e99df561fc830730d63672d795a0b02ef8cdd6f.tar.xz |
serial: Fold closing_* fields into the tty_port ones
Remove some more serial specific use
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r-- | include/linux/serial_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index c1542703fbab..fd11d4d5a571 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -350,8 +350,6 @@ typedef unsigned int __bitwise__ uif_t; */ struct uart_state { struct tty_port port; - unsigned int close_delay; /* msec */ - unsigned int closing_wait; /* msec */ #define USF_CLOSING_WAIT_INF (0) #define USF_CLOSING_WAIT_NONE (~0U) |