Skip to content
Snippets Groups Projects
Commit 09444143 authored by Markus Klotzbuecher's avatar Markus Klotzbuecher Committed by Markus Klotzbuecher
Browse files

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: default avatarMarkus Klotzbuecher <mk@denx.de>
parent 51d8e813
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
/* functions for doing board or CPU specific setup/cleanup */ /* functions for doing board or CPU specific setup/cleanup */
extern int usb_board_init(void); extern int usb_board_init(void);
extern int usb_board_stop(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_init(void);
extern int usb_cpu_stop(void); extern int usb_cpu_stop(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment