summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-29 14:05:30 +0200
committerWolfgang Denk <wd@denx.de>2007-08-29 14:05:30 +0200
commitc5bded3c88e48ae648a75d357dc81a8255fa81f1 (patch)
treea319b163d93f2e8c87b2c20eb98f7e578ab53cf4
parent2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f (diff)
Add mii_init() prototype
to get rid of a *lot* of compiler warnings. Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index d6286bc6de..9a5a0ab798 100644
--- 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);