]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/scsi/aic7xxx/aic7xxx_osm_pci.c
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
[mirror_ubuntu-zesty-kernel.git] / drivers / scsi / aic7xxx / aic7xxx_osm_pci.c
index 0c9c2f400bf6b21982c4fdb5e1fa0974bb372f5c..7e42f07a27f3d2879aec66a395f6504afe6a6fb0 100644 (file)
@@ -375,7 +375,7 @@ ahc_pci_map_int(struct ahc_softc *ahc)
        int error;
 
        error = request_irq(ahc->dev_softc->irq, ahc_linux_isr,
-                           SA_SHIRQ, "aic7xxx", ahc);
+                           IRQF_SHARED, "aic7xxx", ahc);
        if (error == 0)
                ahc->platform_data->irq = ahc->dev_softc->irq;