aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-03-05 14:52:15 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-08 12:27:17 -0800
commit979b6d89766ed573bca6a6e902193c4cad502909 (patch)
treee8e429e2f87b3f4d939bfa343937b733aedc7bc8 /include
parentsimserial, bail out when request_irq fails (diff)
downloadlinux-dev-979b6d89766ed573bca6a6e902193c4cad502909.tar.xz
linux-dev-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')
-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;