diff options
author | Alan Cox <alan@linux.intel.com> | 2009-09-20 00:13:32 +0400 |
---|---|---|
committer | Live-CD User <linux@linux.site> | 2009-09-20 00:13:32 +0400 |
commit | 016af53a6de6837e5be3da68901083ea85ebb4da (patch) | |
tree | 9be7a549fcef9fe060b00d406a99b9b7c5319688 /include/linux/serial_core.h | |
parent | b58d13a0216d4e0753668214f23e1d2c24c30f8c (diff) | |
download | linux-016af53a6de6837e5be3da68901083ea85ebb4da.tar.xz |
serial: kill USF_CLOSING_* definitions
The serial layer for some reason uses different defines for the special
case close delays and then conditionally switches to/from the normal ones
in the ioctls.
Remove this rather pointless abstraction
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index bcafecd3b7c1..d58e460844dd 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -342,9 +342,6 @@ struct uart_port { struct uart_state { struct tty_port port; -#define USF_CLOSING_WAIT_INF (0) -#define USF_CLOSING_WAIT_NONE (~0U) - int pm_state; struct circ_buf xmit; |