IRQ framework keep track of IRQ wake flag. Thus, there is no need to duplicate this in serial framework. In v3: - fix missed st-asc and stm32-usart In v2: - fix fsl_uart Andy Shevchenko (4): serial: fsl_lpuart: Avoid using irq_wake flag serial: st-asc: Avoid using irq_wake flag serial: stm32-usart: Avoid using irq_wake flag serial: core: remove unneeded irq_wake flag drivers/tty/serial/fsl_lpuart.c | 13 +++++++++---- drivers/tty/serial/serial_core.c | 7 ++----- drivers/tty/serial/st-asc.c | 2 +- drivers/tty/serial/stm32-usart.c | 2 +- include/linux/serial_core.h | 1 - 5 files changed, 13 insertions(+), 12 deletions(-) -- 2.13.2 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html