diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-08-05 03:30:44 -0500 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-08 09:47:10 +0200 |
commit | 9e737d8476e7d6a596d16caaf6a3853a9a1190a2 (patch) | |
tree | 67aa82caa5daf70c8e76ef75e4b4d1ecc5a5d656 /include/common.h | |
parent | 9998bd37ead85e93953559720710d3b0685c81e6 (diff) | |
download | u-boot-imx-9e737d8476e7d6a596d16caaf6a3853a9a1190a2.zip u-boot-imx-9e737d8476e7d6a596d16caaf6a3853a9a1190a2.tar.gz u-boot-imx-9e737d8476e7d6a596d16caaf6a3853a9a1190a2.tar.bz2 |
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.h | 2 |
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); |