]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: usb: Convert core usb.c file to support driver model
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:08 +0000 (12:22 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:54 +0000 (21:47 +0200)
commit5ccaccd26502164839e09c10a8b845ed97366e49
treeaf5505de074fdee17dc327c80654acb77916a555
parenta2e74f1880d013db9ff2b29fb685a6c2ac1dfeb0
dm: usb: Convert core usb.c file to support driver model

Add the required #ifdefs and remove unwanted data structures so that the
USB uclass will be able to use this file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
common/usb.c