[SCSI] remove deprecated IRQF_DISABLED from SCSI
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / wd7000.c
index f9a6e4b0affe895ed8e388f4afaf3d70df941fca..32674236fec773ec4cbac6dcd057cfc2873c3460 100644 (file)
@@ -1252,7 +1252,7 @@ static int wd7000_init(Adapter * host)
                return 0;
 
 
-       if (request_irq(host->irq, wd7000_intr, IRQF_DISABLED, "wd7000", host)) {
+       if (request_irq(host->irq, wd7000_intr, 0, "wd7000", host)) {
                printk("wd7000_init: can't get IRQ %d.\n", host->irq);
                return (0);
        }