]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/teejet/mt_ventoux/mt_ventoux.c
usb: new board-specific USB init interface
[karo-tx-uboot.git] / board / teejet / mt_ventoux / mt_ventoux.c
index b4e01d1562569514486568aaff65cf921c96ff6e..df873f52a371325c2341d7dc486653024afca949 100644 (file)
@@ -104,7 +104,7 @@ static struct omap_usbhs_board_data usbhs_bdata = {
 
 int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor)
 {
-       return omap_ehci_hcd_init(&usbhs_bdata, hccr, hcor);
+       return omap_ehci_hcd_init(index, &usbhs_bdata, hccr, hcor);
 }
 
 int ehci_hcd_stop(int index)