diff options
author | Jiri Slaby | 2012-03-05 14:52:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2012-03-08 21:50:01 +0100 |
commit | ff169e5cbec29d33765687c7131673316011b328 (patch) | |
tree | 735990a0eff8f48c718a6c0d7284c9da4adc5d55 /include/linux/serialP.h | |
parent | TTY: amiserial, define local tty_port pointer (diff) | |
download | kernel-qcow2-linux-ff169e5cbec29d33765687c7131673316011b328.tar.gz kernel-qcow2-linux-ff169e5cbec29d33765687c7131673316011b328.tar.xz kernel-qcow2-linux-ff169e5cbec29d33765687c7131673316011b328.zip |
TTY: amiserial, stop using serial_state->{irq,type,line}
* instead of line, use tty->index or iterator...
* irq and type are left unset. So get rid of them.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/serialP.h')
-rw-r--r-- | include/linux/serialP.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h index 9a04dec1589a..77afbdb134ae 100644 --- a/include/linux/serialP.h +++ b/include/linux/serialP.h @@ -29,9 +29,6 @@ struct serial_state { int baud_base; unsigned long port; - int irq; - int type; - int line; int xmit_fifo_size; int custom_divisor; struct async_icount icount; |