From: Markus Klotzbuecher Date: Wed, 6 Jun 2007 08:08:12 +0000 (+0200) Subject: Change duplicate usb_cpu_init_fail to usb_board_init_fail X-Git-Tag: v1.3.0-rc1~19^2~20^2~12^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09444143670c9c2243cb7aba9f70b3713d33bed1;p=u-boot Change duplicate usb_cpu_init_fail to usb_board_init_fail Thanks to Liew Tsi Chung for pointing this out. Signed-off-by: Markus Klotzbuecher --- diff --git a/drivers/usb_ohci.h b/drivers/usb_ohci.h index 95fbc44654..d2b03c0ee7 100644 --- a/drivers/usb_ohci.h +++ b/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);