]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/fdomain.c
[PATCH] USB: Kill compiler warning in quirk_usb_handoff_ohci
[linux-2.6-omap-h63xx.git] / drivers / scsi / fdomain.c
index 03356887202dec8263b16b3e41933bc1af9f5384..b0694dcce246e435c3936f3a7a0b37509f39effb 100644 (file)
@@ -949,7 +949,7 @@ struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt )
       /* Register the IRQ with the kernel */
 
       retcode = request_irq( interrupt_level,
-                            do_fdomain_16x0_intr, pdev?SA_SHIRQ:0, "fdomain", shpnt);
+                            do_fdomain_16x0_intr, pdev?IRQF_SHARED:0, "fdomain", shpnt);
 
       if (retcode < 0) {
         if (retcode == -EINVAL) {