]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/usb/host/ohci-pxa27x.c
USB: irq: Remove IRQF_DISABLED
[mv-sheeva.git] / drivers / usb / host / ohci-pxa27x.c
index 80be5472783a4f30e8a791a205958f176ff2dbf1..29dfefe1c726d490318faea707345a17ca9a8a2d 100644 (file)
@@ -359,7 +359,7 @@ int usb_hcd_pxa27x_probe (const struct hc_driver *driver, struct platform_device
 
        ohci_hcd_init(hcd_to_ohci(hcd));
 
-       retval = usb_add_hcd(hcd, irq, IRQF_DISABLED);
+       retval = usb_add_hcd(hcd, irq, 0);
        if (retval == 0)
                return retval;