]> git.baikalelectronics.ru Git - kernel.git/commit
serial: export fsl8250_handle_irq
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2015 15:48:09 +0000 (16:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Nov 2015 00:19:54 +0000 (16:19 -0800)
commit2d6242d106d3ed02d988d3682f74223026e639fa
tree758d3c7eb4b3811a56f9ffd8a656763c2f1156ed
parent2ef669249ec0e263c5535ebe9390024b2205216b
serial: export fsl8250_handle_irq

fsl8250_handle_irq is now used by the of_serial driver, and that fails
if it is a loadable module:

ERROR: "fsl8250_handle_irq" [drivers/tty/serial/of_serial.ko] undefined!

This exports the symbol to avoid randconfig errors.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: a6c07f582c33 ("serial: Enable Freescale 16550 workaround on arm")
Cc: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_fsl.c