diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-05 14:52:15 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 12:27:17 -0800 |
commit | 979b6d89766ed573bca6a6e902193c4cad502909 (patch) | |
tree | e8e429e2f87b3f4d939bfa343937b733aedc7bc8 /include/linux/serialP.h | |
parent | 9e12dd5fce1c676e709625bd2f55dc83664c3c93 (diff) | |
download | talos-obmc-linux-979b6d89766ed573bca6a6e902193c4cad502909.tar.gz talos-obmc-linux-979b6d89766ed573bca6a6e902193c4cad502909.zip |
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/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 beaf39f819d6..6741f57cc2ae 100644 --- a/include/linux/serialP.h +++ b/include/linux/serialP.h @@ -43,7 +43,6 @@ struct serial_state { struct async_struct { unsigned long port; - int flags; int xmit_fifo_size; struct serial_state *state; struct tty_struct *tty; |