projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1f23a
)
Add mii_init() prototype
author
Wolfgang Denk
<wd@denx.de>
Wed, 29 Aug 2007 12:05:30 +0000
(14:05 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 29 Aug 2007 12:05:30 +0000
(14:05 +0200)
to get rid of a *lot* of compiler warnings.
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index d6286bc6dedcfd928b2da4ff0ad564cf467f7660..9a5a0ab7988ce58a24a21192793167cf10c11f0a 100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-565,7
+565,7
@@
ulong bootcount_load (void);
#define BOOTCOUNT_MAGIC 0xB001C041
/* $(CPU)/.../<eth> */
-/*void mii_init (void);*/
+void mii_init (void);
/* $(CPU)/.../lcd.c */
ulong lcd_setmem (ulong);