summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-11-28 17:30:27 +0300
committerTom Rini <trini@konsulko.com>2017-11-28 17:30:27 +0300
commit53fe692652c8777d10334f64f8dce308b539df91 (patch)
tree3e7f5834800d5024227fefb9c23724581fec7f7d /board
parent73a01d90c0b2ed2527283f289f73d69ef52cafa5 (diff)
parent11f4678962960636f1a07cea8d040f468463f8c3 (diff)
downloadu-boot-53fe692652c8777d10334f64f8dce308b539df91.tar.xz
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'board')
-rw-r--r--board/compulab/cm_t54/cm_t54.c2
-rw-r--r--board/ti/omap5_uevm/evm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/compulab/cm_t54/cm_t54.c b/board/compulab/cm_t54/cm_t54.c
index 31730a4d1c..3e6235a3b7 100644
--- a/board/compulab/cm_t54/cm_t54.c
+++ b/board/compulab/cm_t54/cm_t54.c
@@ -246,7 +246,7 @@ int ehci_hcd_stop(void)
return ret;
}
-void usb_hub_reset_devices(int port)
+void usb_hub_reset_devices(struct usb_hub_device *hub, int port)
{
/* The LAN9730 needs to be reset after the port power has been set. */
if (port == 3) {
diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c
index 4b25cc2d7c..67242f5cc8 100644
--- a/board/ti/omap5_uevm/evm.c
+++ b/board/ti/omap5_uevm/evm.c
@@ -249,7 +249,7 @@ int ehci_hcd_stop(void)
return omap_ehci_hcd_stop();
}
-void usb_hub_reset_devices(int port)
+void usb_hub_reset_devices(struct usb_hub_device *hub, int port)
{
/* The LAN9730 needs to be reset after the port power has been set. */
if (port == 3) {