From: Paul Gortmaker Date: Sun, 4 Dec 2011 23:42:20 +0000 (-0500) Subject: serial: export the key functions for an 8250 IRQ handler X-Git-Tag: v3.3-rc1~154^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3986fb2ba67bb30cac18b0cff48c88d69ad37681;p=pandora-kernel.git serial: export the key functions for an 8250 IRQ handler For drivers that need to construct their own IRQ handler, the three components are seen in the current handle_port -- i.e. Rx, Tx and modem_status. Make these exported symbols so that "almost" 8250 UARTs can construct their own IRQ handler with these shared components, while working around their own unique errata issues. The function names are given a serial8250 prefix, since they are now entering the global namespace. Signed-off-by: Paul Gortmaker Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed