TTY: amiserial, remove IRQ_ports
authorJiri Slaby <jslaby@suse.cz>
Mon, 5 Mar 2012 13:52:19 +0000 (14:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 20:27:58 +0000 (12:27 -0800)
commit13c9062122a8d05e0881ca8bd9037d2e57e56860
tree2d6bc43fab014c6462ee3eca2eae72759854d0f9
parent2f8c521a1d41faf96f729c76991eb4ad70294513
TTY: amiserial, remove IRQ_ports

They used to work as a storage for 'info' pointer used in ISRs.  They
are not really needed. Just pass the pointer through request_irq to
the handlers.

It was set to NULL and tested in the ISRs, but we do not need the
tests as we disable all the interrupts at the same places where NULL
sets were.

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