Skip to content

Commit bd63acf

Browse files
arndbgregkh
authored andcommitted
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: d43b54d ("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>
1 parent fa70045 commit bd63acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/tty/serial/8250/8250_fsl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ int fsl8250_handle_irq(struct uart_port *port)
6060
spin_unlock_irqrestore(&up->port.lock, flags);
6161
return 1;
6262
}
63+
EXPORT_SYMBOL_GPL(fsl8250_handle_irq);

0 commit comments

Comments
 (0)