tty: mxser: Remove unused ASYNC_SHARE_IRQ flag
ASYNC*_SHARE_IRQ is no longer used; remove. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d41861ca19
commit
03fe27675e
|
@ -2392,7 +2392,6 @@ static int mxser_initbrd(struct mxser_board *brd,
|
||||||
if (brd->chip_flag != MOXA_OTHER_UART)
|
if (brd->chip_flag != MOXA_OTHER_UART)
|
||||||
mxser_enable_must_enchance_mode(info->ioaddr);
|
mxser_enable_must_enchance_mode(info->ioaddr);
|
||||||
|
|
||||||
info->port.flags = ASYNC_SHARE_IRQ;
|
|
||||||
info->type = brd->uart_type;
|
info->type = brd->uart_type;
|
||||||
|
|
||||||
process_txrx_fifo(info);
|
process_txrx_fifo(info);
|
||||||
|
|
Loading…
Reference in New Issue