commit | f84c052a3e0975cac29ecaf9df2b824874e24237 | [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 | 84786a4c58fdce214ff3f85550922bbef9bb5c3b [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>