]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
TTY: amiserial, stop using serial_state->{irq,type,line}
authorJiri Slaby <jslaby@suse.cz>
Mon, 5 Mar 2012 13:52:44 +0000 (14:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 20:50:01 +0000 (12:50 -0800)
commitff169e5cbec29d33765687c7131673316011b328
tree735990a0eff8f48c718a6c0d7284c9da4adc5d55
parent7188dc202a9bdc3c6552232e036be471b0c50406
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>
drivers/tty/amiserial.c
include/linux/serialP.h