projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d8e81
)
Change duplicate usb_cpu_init_fail to usb_board_init_fail
author
Markus Klotzbuecher
<mk@denx.de>
Wed, 6 Jun 2007 08:08:12 +0000
(10:08 +0200)
committer
Markus Klotzbuecher
<mk@pollux.denx.de>
Wed, 6 Jun 2007 08:08:12 +0000
(10:08 +0200)
Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
this out.
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
drivers/usb_ohci.h
patch
|
blob
|
history
diff --git
a/drivers/usb_ohci.h
b/drivers/usb_ohci.h
index 95fbc446549fc3d7b310863b51d680dbe18afc1c..d2b03c0ee7dc4e151f86bc947a106c2d4e8bcc6d 100644
(file)
--- 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);