mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-16 23:16:01 +01:00
Calling usb_dev_init() from within the EHCI host driver is wrong. The EHCI host driver should have no dependency/interconnection to the USB device driver. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Remy Bohmer <linux@bohmer.net>