summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-faraday.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-25 12:22:23 -0600
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:24 -0600
commit11d18a1946bd290b83d584ab521e6940e1a11d69 (patch)
tree32bb06d968fafa69d73e289fe1f9a6f05ad17837 /drivers/usb/host/ehci-faraday.c
parent56d4273045e607ddac7c1e3acd809748a8d5e7c0 (diff)
downloadu-boot-imx-11d18a1946bd290b83d584ab521e6940e1a11d69.zip
u-boot-imx-11d18a1946bd290b83d584ab521e6940e1a11d69.tar.gz
u-boot-imx-11d18a1946bd290b83d584ab521e6940e1a11d69.tar.bz2
dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
Adjust this function so that it is passed an EHCI controller pointer so that implementations can look up their controller. This makes the weak functions use a consistent API. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/host/ehci-faraday.c')
-rw-r--r--drivers/usb/host/ehci-faraday.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-faraday.c b/drivers/usb/host/ehci-faraday.c
index e386813..c64672b 100644
--- a/drivers/usb/host/ehci-faraday.c
+++ b/drivers/usb/host/ehci-faraday.c
@@ -92,7 +92,7 @@ int ehci_hcd_stop(int index)
* This ehci_set_usbmode() overrides the weak function
* in "ehci-hcd.c".
*/
-void ehci_set_usbmode(int index)
+void ehci_set_usbmode(struct ehci_ctrl *ctrl)
{
/* nothing needs to be done */
}