]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/usb/host/ohci-au1xxx.c
USB: irq: Remove IRQF_DISABLED
[mv-sheeva.git] / drivers / usb / host / ohci-au1xxx.c
index 958d985f29513f36b2840b77a532c09a7bafa45e..6b7bc50dfeaa02519ab969bbdce905fa0d109a19 100644 (file)
@@ -218,7 +218,7 @@ static int ohci_hcd_au1xxx_drv_probe(struct platform_device *pdev)
        ohci_hcd_init(hcd_to_ohci(hcd));
 
        ret = usb_add_hcd(hcd, pdev->resource[1].start,
-                         IRQF_DISABLED | IRQF_SHARED);
+                         IRQF_SHARED);
        if (ret == 0) {
                platform_set_drvdata(pdev, hcd);
                return ret;