aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-ppc4xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-ppc4xx.c')
-rw-r--r--drivers/usb/host/ehci-ppc4xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-ppc4xx.c b/drivers/usb/host/ehci-ppc4xx.c
index 946a0a07e..117991998 100644
--- a/drivers/usb/host/ehci-ppc4xx.c
+++ b/drivers/usb/host/ehci-ppc4xx.c
@@ -34,7 +34,6 @@ int ehci_hcd_init(void)
hccr = (struct ehci_hccr *)(CONFIG_SYS_PPC4XX_USB_ADDR);
hcor = (struct ehci_hcor *)((uint32_t) hccr +
HC_LENGTH(ehci_readl(&hccr->cr_capbase)));
- usb_dev_init();
return 0;
}