aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-03-05 08:52:15 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-08 15:27:17 -0500
commit979b6d89766ed573bca6a6e902193c4cad502909 (patch)
treee8e429e2f87b3f4d939bfa343937b733aedc7bc8 /include/linux
parent9e12dd5fce1c676e709625bd2f55dc83664c3c93 (diff)
TTY: simserial, use only one copy of async flags
The same as for amiserial. Use only one instance of the flags. Also remove them from async_struct now. Nobody else uses them. Signed-off-by: Jiri Slaby <jslaby@suse.cz> 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')
-rw-r--r--include/linux/serialP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h
index beaf39f819d..6741f57cc2a 100644
--- a/include/linux/serialP.h
+++ b/include/linux/serialP.h
@@ -43,7 +43,6 @@ struct serial_state {
43 43
44struct async_struct { 44struct async_struct {
45 unsigned long port; 45 unsigned long port;
46 int flags;
47 int xmit_fifo_size; 46 int xmit_fifo_size;
48 struct serial_state *state; 47 struct serial_state *state;
49 struct tty_struct *tty; 48 struct tty_struct *tty;