dm: usb: Move all the EHCI weak functions together and declare them
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:17 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:23 +0000 (11:11 -0600)
commitaac064f76bf53dfb21bc5d96bdc3a884d3eb2620
tree35aca757462f8963b7a086d3fd436ba943f4b38c
parentacf277af682ea8aa104f78d3fe2b19b7af916687
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>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci.h