diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-03 17:11:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-03 17:11:51 +0000 |
commit | e82f7dfdaa3bf70856405a1d53ac9afabde9d095 (patch) | |
tree | ef31c794e5ec5d694bdf1745eb1363e933b7d23c | |
parent | b1167c23f44b3221f03f30eea26137ffcec19fd7 (diff) | |
download | upstream-e82f7dfdaa3bf70856405a1d53ac9afabde9d095.tar.gz upstream-e82f7dfdaa3bf70856405a1d53ac9afabde9d095.tar.bz2 upstream-e82f7dfdaa3bf70856405a1d53ac9afabde9d095.zip |
[ar71xx] fix EHCI driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12518 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c b/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c index 6c7f29f6c6..ea31e5b2b3 100644 --- a/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c +++ b/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c @@ -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) |