]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/teejet/mt_ventoux/mt_ventoux.c
usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.
[people/ms/u-boot.git] / board / teejet / mt_ventoux / mt_ventoux.c
index df873f52a371325c2341d7dc486653024afca949..c32d554ea429c601dc33234be013583351f8cbc0 100644 (file)
@@ -102,7 +102,8 @@ static struct omap_usbhs_board_data usbhs_bdata = {
        .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED,
 };
 
-int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor)
+int ehci_hcd_init(int index, enum usb_init_type init,
+               struct ehci_hccr **hccr, struct ehci_hcor **hcor)
 {
        return omap_ehci_hcd_init(index, &usbhs_bdata, hccr, hcor);
 }