summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-08-05 03:30:44 -0500
committerStefan Roese <sr@denx.de>2007-08-08 09:47:10 +0200
commit9e737d8476e7d6a596d16caaf6a3853a9a1190a2 (patch)
tree67aa82caa5daf70c8e76ef75e4b4d1ecc5a5d656 /include/common.h
parent9998bd37ead85e93953559720710d3b0685c81e6 (diff)
Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 23f93907e..a1a329071 100644
--- a/include/common.h
+++ b/include/common.h
@@ -539,7 +539,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);