From: Paul Gortmaker Date: Sun, 4 Dec 2011 23:42:22 +0000 (-0500) Subject: serial: manually inline serial8250_handle_port X-Git-Tag: v3.3-rc1~154^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b21199fc45e0052e181fefc07c747e9dc903b3;p=pandora-kernel.git serial: manually inline serial8250_handle_port Currently serial8250_handle_irq is a trivial wrapper around serial8250_handle_port, which actually does all the work. Since there are no other callers of serial8250_handle_port, we can just move it inline into serial8250_handle_irq. This also makes it more clear what functionality any custom IRQ handlers need to provide if not using serial8250_default_handle_irq. Signed-off-by: Paul Gortmaker Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed