diff options
author | Alan Cox <alan@linux.intel.com> | 2009-09-19 13:13:29 -0700 |
---|---|---|
committer | Live-CD User <linux@linux.site> | 2009-09-19 13:13:29 -0700 |
commit | 91312cdb4fcd832341e425f74f49938e0503c929 (patch) | |
tree | d05e4ea773026363df0c9cddf37b465f44125a0f /include | |
parent | 46d57a449aa13d9c6adcc9d1dbc7b9a0ecfb69d8 (diff) | |
download | linux-3.10-91312cdb4fcd832341e425f74f49938e0503c929.tar.gz linux-3.10-91312cdb4fcd832341e425f74f49938e0503c929.tar.bz2 linux-3.10-91312cdb4fcd832341e425f74f49938e0503c929.zip |
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')
-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 fd11d4d5a57..63ad90966db 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -354,7 +354,6 @@ struct uart_state { #define USF_CLOSING_WAIT_INF (0) #define USF_CLOSING_WAIT_NONE (~0U) - int count; int pm_state; struct circ_buf xmit; uif_t flags; |