Skip to content

Commit

Permalink
tty: 8250: export serial8250_handle_irq
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jamie Iles authored and Greg Kroah-Hartman committed Aug 26, 2011
1 parent 191c5cf commit c7a1bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/tty/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c7a1bdc

Please sign in to comment.