From: Wolfgang Denk Date: Wed, 29 Aug 2007 12:05:30 +0000 (+0200) Subject: Add mii_init() prototype X-Git-Tag: v1.3.0-rc1~12^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c5bded3c88e48ae648a75d357dc81a8255fa81f1;p=u-boot Add mii_init() prototype to get rid of a *lot* of compiler warnings. Signed-off-by: Wolfgang Denk --- 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)/.../ */ -/*void mii_init (void);*/ +void mii_init (void); /* $(CPU)/.../lcd.c */ ulong lcd_setmem (ulong);