Explorar o código

Change duplicate usb_cpu_init_fail to usb_board_init_fail

Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
this out.

Signed-off-by: Markus Klotzbuecher <mk@denx.de>
Markus Klotzbuecher %!s(int64=18) %!d(string=hai) anos
pai
achega
0944414367
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/usb_ohci.h

+ 1 - 1
drivers/usb_ohci.h

@@ -10,7 +10,7 @@
 /* functions for doing board or CPU specific setup/cleanup */
 extern int usb_board_init(void);
 extern int usb_board_stop(void);
-extern int usb_cpu_init_fail(void);
+extern int usb_board_init_fail(void);
 
 extern int usb_cpu_init(void);
 extern int usb_cpu_stop(void);