1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 09:42:22 +02:00

Add mii_init() prototype

to get rid of a *lot* of compiler warnings.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk
2007-08-29 14:05:30 +02:00
parent 2d1f23aa1e
commit c5bded3c88

View File

@@ -565,7 +565,7 @@ ulong bootcount_load (void);
#define BOOTCOUNT_MAGIC 0xB001C041 #define BOOTCOUNT_MAGIC 0xB001C041
/* $(CPU)/.../<eth> */ /* $(CPU)/.../<eth> */
/*void mii_init (void);*/ void mii_init (void);
/* $(CPU)/.../lcd.c */ /* $(CPU)/.../lcd.c */
ulong lcd_setmem (ulong); ulong lcd_setmem (ulong);