[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
[safe/jmp/linux-2.6] / drivers / net / arcnet / com20020-pci.c
index 96636ca..979a33d 100644 (file)
@@ -120,7 +120,7 @@ static int __devinit com20020pci_probe(struct pci_dev *pdev, const struct pci_de
                goto out_port;
        }
 
-       if ((err = com20020_found(dev, SA_SHIRQ)) != 0)
+       if ((err = com20020_found(dev, IRQF_SHARED)) != 0)
                goto out_port;
 
        return 0;