Skip to content

Commit

Permalink
tty: mxser: Remove unused ASYNC_SHARE_IRQ flag
Browse files Browse the repository at this point in the history
ASYNC*_SHARE_IRQ is no longer used; remove.

Signed-off-by: Peter Hurley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
peterhurley authored and gregkh committed Apr 30, 2016
1 parent d41861c commit 03fe276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/tty/mxser.c
Original file line number Diff line number Diff line change
Expand Up @@ -2392,7 +2392,6 @@ static int mxser_initbrd(struct mxser_board *brd,
if (brd->chip_flag != MOXA_OTHER_UART)
mxser_enable_must_enchance_mode(info->ioaddr);

info->port.flags = ASYNC_SHARE_IRQ;
info->type = brd->uart_type;

process_txrx_fifo(info);
Expand Down

0 comments on commit 03fe276

Please sign in to comment.