aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-03-05 14:52:27 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-08 12:30:51 -0800
commit01bd730d92bd002adc3f3317d8e3328c629b436c (patch)
treeff7d9a72c32437616834ff6bb6f092e0bd91dbf6 /include
parentTTY: amiserial/simserial, use count from tty_port (diff)
downloadlinux-dev-01bd730d92bd002adc3f3317d8e3328c629b436c.tar.xz
linux-dev-01bd730d92bd002adc3f3317d8e3328c629b436c.zip
TTY: amiserial/simserial, use flags from tty_port
This changes flags' type to ulong which is appropriate for all the set/clear_bits performed in the drivers.. 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')
-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 a6612b9c7e84..e5e8442c08d6 100644
--- a/include/linux/serialP.h
+++ b/include/linux/serialP.h
@@ -30,7 +30,6 @@ struct serial_state {
int baud_base;
unsigned long port;
int irq;
- int flags;
int type;
int line;
int xmit_fifo_size;