]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] mac_scsi: Remove obsolete IRQ_FLG_* users
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 11 Dec 2011 09:04:51 +0000 (10:04 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 15 Dec 2011 06:57:43 +0000 (10:57 +0400)
The m68k core irq code stopped honoring these flags during the irq
restructuring in 2006.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/mac_scsi.c

index af3a6af97cc7c0455f9304c1cabfb199642f71ac..ea2bde206f7f951ee66abe3baa2b2abd94b3980e 100644 (file)
@@ -291,8 +291,7 @@ int __init macscsi_detect(struct scsi_host_template * tpnt)
     ((struct NCR5380_hostdata *)instance->hostdata)->ctrl = 0;
 
     if (instance->irq != SCSI_IRQ_NONE)
-       if (request_irq(instance->irq, NCR5380_intr, IRQ_FLG_SLOW, 
-                       "ncr5380", instance)) {
+       if (request_irq(instance->irq, NCR5380_intr, 0, "ncr5380", instance)) {
            printk(KERN_WARNING "scsi%d: IRQ%d not free, interrupts disabled\n",
                   instance->host_no, instance->irq);
            instance->irq = SCSI_IRQ_NONE;