[PATCH] irq-flags: usb: Use the new IRQF_ constants
[safe/jmp/linux-2.6] / drivers / usb / host / ehci-au1xxx.c
index 9b4697a..d66867a 100644 (file)
@@ -148,7 +148,7 @@ int usb_ehci_au1xxx_probe(const struct hc_driver *driver,
        /* ehci_hcd_init(hcd_to_ehci(hcd)); */
 
        retval =
-           usb_add_hcd(hcd, dev->resource[1].start, SA_INTERRUPT | SA_SHIRQ);
+           usb_add_hcd(hcd, dev->resource[1].start, IRQF_DISABLED | IRQF_SHARED);
        if (retval == 0)
                return retval;