From: Jiri Slaby Date: Mon, 5 Mar 2012 13:52:19 +0000 (+0100) Subject: TTY: amiserial, remove IRQ_ports X-Git-Tag: v3.4-rc1~185^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c9062122a8d05e0881ca8bd9037d2e57e56860;p=pandora-kernel.git 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 Cc: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed