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>
This commit is contained in:
Jiri Slaby
2012-03-05 14:52:27 +01:00
committed by Greg Kroah-Hartman
parent 12c8035435
commit 01bd730d92
3 changed files with 83 additions and 80 deletions

View File

@@ -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;