Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / net / tokenring / tmspci.c
index 7d3e270..ab47c05 100644 (file)
@@ -122,7 +122,7 @@ static int __devinit tms_pci_attach(struct pci_dev *pdev, const struct pci_devic
                goto err_out_trdev;
        }
 
-       ret = request_irq(pdev->irq, tms380tr_interrupt, IRQF_SHARED,
+       ret = request_irq(pdev->irq, tms380tr_interrupt, SA_SHIRQ,
                          dev->name, dev);
        if (ret)
                goto err_out_region;