]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/amiserial.c
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
[linux-2.6-omap-h63xx.git] / drivers / char / amiserial.c
index 3e7dc7cbd74014d8983f24a961bdc5dc0cac8ca8..9d6713a93ed74ddb74adaf18aa85fd22e0ee6508 100644 (file)
@@ -2051,7 +2051,7 @@ static int __init rs_init(void)
 
        /* set ISRs, and then disable the rx interrupts */
        request_irq(IRQ_AMIGA_TBE, ser_tx_int, 0, "serial TX", state);
-       request_irq(IRQ_AMIGA_RBF, ser_rx_int, SA_INTERRUPT, "serial RX", state);
+       request_irq(IRQ_AMIGA_RBF, ser_rx_int, IRQF_DISABLED, "serial RX", state);
 
        /* turn off Rx and Tx interrupts */
        custom.intena = IF_RBF | IF_TBE;