X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fscsi%2Faic7xxx%2Faic79xx_osm_pci.c;fp=drivers%2Fscsi%2Faic7xxx%2Faic79xx_osm_pci.c;h=ebbf7e4ff4cc653e6639caa0ccc8ae5c5867f267;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=50a41eda580eb4daebac5be164fa8db2f8c8ebc2;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/scsi/aic7xxx/aic79xx_osm_pci.c b/drivers/scsi/aic7xxx/aic79xx_osm_pci.c index 50a41eda5..ebbf7e4ff 100644 --- a/drivers/scsi/aic7xxx/aic79xx_osm_pci.c +++ b/drivers/scsi/aic7xxx/aic79xx_osm_pci.c @@ -342,7 +342,7 @@ ahd_pci_map_int(struct ahd_softc *ahd) int error; error = request_irq(ahd->dev_softc->irq, ahd_linux_isr, - IRQF_SHARED, "aic79xx", ahd); + SA_SHIRQ, "aic79xx", ahd); if (!error) ahd->platform_data->irq = ahd->dev_softc->irq;