]> err.no Git - linux-2.6/blobdiff - drivers/scsi/fastlane.c
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
[linux-2.6] / drivers / scsi / fastlane.c
index 8ae9c406a83b4d1727756af596feec9408f8a11f..2a1c5c22b9e0a9baa2f6ccf8e49e127576a38ecf 100644 (file)
@@ -210,7 +210,7 @@ int __init fastlane_esp_detect(struct scsi_host_template *tpnt)
 
                esp->irq = IRQ_AMIGA_PORTS;
                esp->slot = board+FASTLANE_ESP_ADDR;
-               if (request_irq(IRQ_AMIGA_PORTS, esp_intr, SA_SHIRQ,
+               if (request_irq(IRQ_AMIGA_PORTS, esp_intr, IRQF_SHARED,
                                "Fastlane SCSI", esp->ehost)) {
                        printk(KERN_WARNING "Fastlane: Could not get IRQ%d, aborting.\n", IRQ_AMIGA_PORTS);
                        goto err_unmap;