summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-08-05 08:30:44 (GMT)
committerStefan Roese <sr@denx.de>2007-08-08 07:47:10 (GMT)
commit9e737d8476e7d6a596d16caaf6a3853a9a1190a2 (patch)
tree67aa82caa5daf70c8e76ef75e4b4d1ecc5a5d656 /include/common.h
parent9998bd37ead85e93953559720710d3b0685c81e6 (diff)
downloadu-boot-fsl-qoriq-9e737d8476e7d6a596d16caaf6a3853a9a1190a2.tar.xz
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 23f9390..a1a3290 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);