]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/sl811-hcd.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / drivers / usb / host / sl811-hcd.c
index cead25dc5e591a10693bddfdab48eb16c5d980b8..b29c67e1895602824e27b81ad109ccddf3f7242a 100644 (file)
@@ -16,7 +16,7 @@
  *     2.Original SL811 driver (hc_sl811.o) by Pei Liu <pbl@cypress.com>
  *     3.Rewrited as sl811.o by Yin Aihua <yinah:couragetech.com.cn>
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -194,7 +194,7 @@ static int sl811_hc_reset(void)
        return 1;
 }
 
-int usb_lowlevel_init(int index, void **controller)
+int usb_lowlevel_init(int index, enum usb_init_type init, void **controller)
 {
        root_hub_devnum = 0;
        sl811_hc_reset();