[ar71xx] fix EHCI driver
authorGabor Juhos <juhosg@openwrt.org>
Wed, 3 Sep 2008 17:11:51 +0000 (17:11 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 3 Sep 2008 17:11:51 +0000 (17:11 +0000)
SVN-Revision: 12518

target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c

index 6c7f29f6c66306fcd0e10f9472c31640ca4df9ab..ea31e5b2b3a373576ee26479a741eb541402e20c 100644 (file)
@@ -72,12 +72,10 @@ int usb_ehci_ar71xx_probe(const struct hc_driver *driver,
 
        ar71xx_start_ehci(pdev);
 
-#if 0
        ehci            = hcd_to_ehci(hcd);
        ehci->caps      = hcd->regs;
        ehci->regs      = hcd->regs + HC_LENGTH(readl(&ehci->caps->hc_capbase));
        ehci->hcs_params = readl(&ehci->caps->hcs_params);
-#endif
 
        ret = usb_add_hcd(hcd, irq, IRQF_DISABLED | IRQF_SHARED);
        if (ret)