summaryrefslogtreecommitdiffstats
path: root/board/mpl/common/usb_uhci.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-10-21 08:10:36 -0400
committerTom Rini <trini@ti.com>2013-10-21 08:10:36 -0400
commit748bde608a8dfea5b64e186af4d9c27642fe7813 (patch)
tree8564b610e812404bd320ddea458fc585d9c49d7e /board/mpl/common/usb_uhci.c
parent9dff87a297dabe4af60012ad2d990ff8967f1d55 (diff)
parent449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979 (diff)
downloadblackbird-obmc-uboot-748bde608a8dfea5b64e186af4d9c27642fe7813.tar.gz
blackbird-obmc-uboot-748bde608a8dfea5b64e186af4d9c27642fe7813.zip
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'board/mpl/common/usb_uhci.c')
-rw-r--r--board/mpl/common/usb_uhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpl/common/usb_uhci.c b/board/mpl/common/usb_uhci.c
index ff7ce828c6..6bbb527dab 100644
--- a/board/mpl/common/usb_uhci.c
+++ b/board/mpl/common/usb_uhci.c
@@ -584,7 +584,7 @@ void handle_usb_interrupt(void)
/* init uhci
*/
-int usb_lowlevel_init(int index, void **controller)
+int usb_lowlevel_init(int index, enum usb_init_type init, void **controller)
{
unsigned char temp;
int busdevfunc;
OpenPOWER on IntegriCloud