commit | 0a9996990a4862df6e3c4b0990e2c61d62c7981d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:36 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:26 2015 -0600 |
tree | 4d2ca335907114075f6dcd26b300f532e51c8249 | |
parent | 99df60cb58657102cc0f4806dc78f5917df89250 [diff] |
dm: usb: Move struct usb_string to a common place This is needed for sandbox USB device emulation, so move it to a place where it can be found by things other than gadgets. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>