TTY: irq: Remove IRQF_DISABLED
[deliverable/linux.git] / drivers / tty / amiserial.c
index 6d43f550b5498d3a04272ee980f07ad7c2dfc4b1..b84c83456dccf276e135cf07e50d7063b7da8440 100644 (file)
@@ -2017,7 +2017,7 @@ static int __init amiga_serial_probe(struct platform_device *pdev)
        if (error)
                goto fail_unregister;
 
-       error = request_irq(IRQ_AMIGA_RBF, ser_rx_int, IRQF_DISABLED,
+       error = request_irq(IRQ_AMIGA_RBF, ser_rx_int, 0,
                            "serial RX", state);
        if (error)
                goto fail_free_irq;
This page took 0.055892 seconds and 5 git commands to generate.