common: Add .u_boot_list into all linker files
[oweals/u-boot.git] / arch / powerpc / cpu / mpc5xxx / usb_ohci.c
index 6d915256a31f50118ddaf916550fdd362b09c7bb..607034b7c652d673446d39c2f30376edc5f475a0 100644 (file)
@@ -1561,7 +1561,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)
 {
 
        /* Set the USB Clock                                                 */
@@ -1629,7 +1629,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! */