diff options
author | Alan Cox <alan@linux.intel.com> | 2009-09-19 16:13:29 -0400 |
---|---|---|
committer | Live-CD User <linux@linux.site> | 2009-09-19 16:13:29 -0400 |
commit | 91312cdb4fcd832341e425f74f49938e0503c929 (patch) | |
tree | d05e4ea773026363df0c9cddf37b465f44125a0f /include/linux | |
parent | 46d57a449aa13d9c6adcc9d1dbc7b9a0ecfb69d8 (diff) |
serial: move count into the tty_port version
Remove more stuff from the serial special case code
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/serial_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index fd11d4d5a571..63ad90966db2 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
@@ -354,7 +354,6 @@ struct uart_state { | |||
354 | #define USF_CLOSING_WAIT_INF (0) | 354 | #define USF_CLOSING_WAIT_INF (0) |
355 | #define USF_CLOSING_WAIT_NONE (~0U) | 355 | #define USF_CLOSING_WAIT_NONE (~0U) |
356 | 356 | ||
357 | int count; | ||
358 | int pm_state; | 357 | int pm_state; |
359 | struct circ_buf xmit; | 358 | struct circ_buf xmit; |
360 | uif_t flags; | 359 | uif_t flags; |