commit | aac064f76bf53dfb21bc5d96bdc3a884d3eb2620 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:17 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:23 2015 -0600 |
tree | 35aca757462f8963b7a086d3fd436ba943f4b38c | |
parent | acf277af682ea8aa104f78d3fe2b19b7af916687 [diff] |
dm: usb: Move all the EHCI weak functions together and declare them Put these at the top of the file so they are in one place. Also add function prototypes to the header file to avoid call site mismatches. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>