summaryrefslogtreecommitdiff
path: root/include/linux/serialP.h
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-03-05 17:52:15 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-09 00:27:17 +0400
commit979b6d89766ed573bca6a6e902193c4cad502909 (patch)
treee8e429e2f87b3f4d939bfa343937b733aedc7bc8 /include/linux/serialP.h
parent9e12dd5fce1c676e709625bd2f55dc83664c3c93 (diff)
downloadlinux-979b6d89766ed573bca6a6e902193c4cad502909.tar.xz
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.h1
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;