diff options
Diffstat (limited to 'include')
-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 { | |||
342 | struct uart_state { | 342 | struct uart_state { |
343 | struct tty_port port; | 343 | struct tty_port port; |
344 | 344 | ||
345 | #define USF_CLOSING_WAIT_INF (0) | ||
346 | #define USF_CLOSING_WAIT_NONE (~0U) | ||
347 | |||
348 | int pm_state; | 345 | int pm_state; |
349 | struct circ_buf xmit; | 346 | struct circ_buf xmit; |
350 | 347 | ||