diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-05 14:52:26 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 12:30:51 -0800 |
commit | 12c8035435fa16e3f6b18049bb1d7815c00a7a58 (patch) | |
tree | 4777a85e7f4902bc37b1ace6d26e11d2ec43fb1b /include/linux/serialP.h | |
parent | 799be6ff2fd7294f428a9e68a7786490c862c1af (diff) | |
download | linux-3.10-12c8035435fa16e3f6b18049bb1d7815c00a7a58.tar.gz linux-3.10-12c8035435fa16e3f6b18049bb1d7815c00a7a58.tar.bz2 linux-3.10-12c8035435fa16e3f6b18049bb1d7815c00a7a58.zip |
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 { int line; int xmit_fifo_size; int custom_divisor; - int count; struct async_icount icount; struct tty_port tport; |