]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/ehci.h
dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
[karo-tx-uboot.git] / drivers / usb / host / ehci.h
index d538bb6e8dd075dba29a3907da397672ca66c7ea..a00c7e78bdf5fd5217984df8ca17e789ccc61d65 100644 (file)
@@ -254,7 +254,8 @@ struct ehci_ctrl {
 /* Weak functions that drivers can override */
 int ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg);
 void ehci_set_usbmode(int index);
-void ehci_powerup_fixup(uint32_t *status_reg, uint32_t *reg);
+void ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg,
+                       uint32_t *reg);
 uint32_t *ehci_get_portsc_register(struct ehci_hcor *hcor, int port);
 
 /**