tty/serial: st-asc: drop the use of IRQF_NO_SUSPEND
[linux-2.6-block.git] / drivers / tty / serial / st-asc.c
index d625664ce1b51eea836775d800eded58140fb5ee..2d78cb3627aef9da5e0593d0da38810fc09977c5 100644 (file)
@@ -430,7 +430,7 @@ static void asc_break_ctl(struct uart_port *port, int break_state)
  */
 static int asc_startup(struct uart_port *port)
 {
-       if (request_irq(port->irq, asc_interrupt, IRQF_NO_SUSPEND,
+       if (request_irq(port->irq, asc_interrupt, 0,
                        asc_port_name(port), port)) {
                dev_err(port->dev, "cannot allocate irq.\n");
                return -ENODEV;