[ar71xx] fix EHCI driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12518 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2008-09-03 17:11:51 +00:00
parent b1167c23f4
commit e82f7dfdaa
1 changed files with 0 additions and 2 deletions

View 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)