diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-05 08:52:26 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 15:30:51 -0500 |
commit | 12c8035435fa16e3f6b18049bb1d7815c00a7a58 (patch) | |
tree | 4777a85e7f4902bc37b1ace6d26e11d2ec43fb1b /include/linux/serialP.h | |
parent | 799be6ff2fd7294f428a9e68a7786490c862c1af (diff) |
TTY: amiserial/simserial, use count from tty_port
Nothing special. Just remove count from serial_state and change all
users to use tty_port.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/serialP.h')
-rw-r--r-- | include/linux/serialP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h index 997edd008b9..a6612b9c7e8 100644 --- a/include/linux/serialP.h +++ b/include/linux/serialP.h | |||
@@ -35,7 +35,6 @@ struct serial_state { | |||
35 | int line; | 35 | int line; |
36 | int xmit_fifo_size; | 36 | int xmit_fifo_size; |
37 | int custom_divisor; | 37 | int custom_divisor; |
38 | int count; | ||
39 | struct async_icount icount; | 38 | struct async_icount icount; |
40 | struct tty_port tport; | 39 | struct tty_port tport; |
41 | 40 | ||