summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-10-10 15:27:56 -0700
committerMarek Vasut <marex@denx.de>2013-10-20 23:45:26 +0200
commit06d513ecb61a6711157707ebe10b968aacc0f2a8 (patch)
treee1820c550bf516040b5e57ea05f0ea124b8109df /drivers/usb/host/ehci-hcd.c
parentbba679144d25b91bcd7befff5a96728a30875f54 (diff)
downloadblackbird-obmc-uboot-06d513ecb61a6711157707ebe10b968aacc0f2a8.tar.gz
blackbird-obmc-uboot-06d513ecb61a6711157707ebe10b968aacc0f2a8.zip
usb: add enum usb_init_type parameter to usb_lowlevel_init
This parameter will later be used to verify OTG ports. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r--drivers/usb/host/ehci-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index 3ae04c0253..6c21f47413 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -919,7 +919,7 @@ int usb_lowlevel_stop(int index)
return ehci_hcd_stop(index);
}
-int usb_lowlevel_init(int index, void **controller)
+int usb_lowlevel_init(int index, enum usb_init_type init, void **controller)
{
uint32_t reg;
uint32_t cmd;
OpenPOWER on IntegriCloud