pmic:max8997: Support for MAX8997 internal charger control
[oweals/u-boot.git] / drivers / usb / host / ohci-hcd.c
index 9f4735167ad41d3d7b29bd8f8d34b4d1365899a3..c2106adbd3bae5b6e709425b8440553c1b2c1be6 100644 (file)
@@ -1865,7 +1865,7 @@ static void hc_release_ohci(ohci_t *ohci)
  */
 static char ohci_inited = 0;
 
-int usb_lowlevel_init(void)
+int usb_lowlevel_init(int index, void **controller)
 {
 #ifdef CONFIG_PCI_OHCI
        pci_dev_t pdev;
@@ -1971,7 +1971,7 @@ int usb_lowlevel_init(void)
        return 0;
 }
 
-int usb_lowlevel_stop(void)
+int usb_lowlevel_stop(int index)
 {
        /* this gets called really early - before the controller has */
        /* even been initialized! */