spi: irq: Remove IRQF_DISABLED
[linux-2.6-microblaze.git] / drivers / spi / spi-sh.c
index 9eedd71..e0343d4 100644 (file)
@@ -484,7 +484,7 @@ static int __devinit spi_sh_probe(struct platform_device *pdev)
                goto error2;
        }
 
-       ret = request_irq(irq, spi_sh_irq, IRQF_DISABLED, "spi_sh", ss);
+       ret = request_irq(irq, spi_sh_irq, 0, "spi_sh", ss);
        if (ret < 0) {
                dev_err(&pdev->dev, "request_irq error\n");
                goto error3;