tty: 8250: export serial8250_handle_irq
Allow modules to use the normal 8250 irq handler inside their own. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
191c5cf1ff
Коммит
c7a1bdc5c9
|
@ -1588,6 +1588,7 @@ int serial8250_handle_irq(struct uart_port *port, unsigned int iir)
|
|||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(serial8250_handle_irq);
|
||||
|
||||
static int serial8250_default_handle_irq(struct uart_port *port)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче