]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/cbus/tahvo-usb.c
ARM: OMAP: Convert driver interrupt flags SA_* to IRQF_*
[linux-2.6-omap-h63xx.git] / drivers / cbus / tahvo-usb.c
index 45b432836ae795a2d497ca1b08bcf27d72e84080..934400f69882688802c4ad28993969fb6702be17 100644 (file)
@@ -188,7 +188,7 @@ static int omap_otg_probe(struct device *dev)
        }
 
        return request_irq(tahvo_otg_dev->resource[1].start,
-                          omap_otg_irq, SA_INTERRUPT, DRIVER_NAME,
+                          omap_otg_irq, IRQF_DISABLED, DRIVER_NAME,
                           &tahvo_usb_device);
 }