commit | a42a9d71b58a789d3c4a1fbfbf400f65699a2689 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Nov 26 15:43:44 2010 +0100 |
committer | Remy Bohmer <linux@bohmer.net> | Fri Nov 26 21:24:57 2010 +0100 |
tree | 2882e5bce788dc08a19e98c0191e15dd132cb1ed | |
parent | 273d72044c383cc49ae7a8a70b2fc32c18b00a41 [diff] |
usb: Remove usb_dev_init() from ehci-ppc4xx.c 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>