[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2
[linux-2.6-block.git] / drivers / mtd / nand / cafe.c
index 65f9bd3ceebfb6d707d2d7301568fe3786bacb0f..08cb060dfa3d64aea2da088ac56f17de7c883aae 100644 (file)
@@ -597,7 +597,8 @@ static int __devinit cafe_nand_probe(struct pci_dev *pdev,
                cafe_writel(cafe, 0xffffffff, NAND_TIMING3);
        }
        cafe_writel(cafe, 0xffffffff, NAND_IRQ_MASK);
-       err = request_irq(pdev->irq, &cafe_nand_interrupt, SA_SHIRQ, "CAFE NAND", mtd);
+       err = request_irq(pdev->irq, &cafe_nand_interrupt, IRQF_SHARED,
+                         "CAFE NAND", mtd);
        if (err) {
                dev_warn(&pdev->dev, "Could not register IRQ %d\n", pdev->irq);