diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-29 14:05:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-29 14:05:30 +0200 |
commit | c5bded3c88e48ae648a75d357dc81a8255fa81f1 (patch) | |
tree | a319b163d93f2e8c87b2c20eb98f7e578ab53cf4 | |
parent | 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f (diff) | |
download | u-boot-imx-c5bded3c88e48ae648a75d357dc81a8255fa81f1.zip u-boot-imx-c5bded3c88e48ae648a75d357dc81a8255fa81f1.tar.gz u-boot-imx-c5bded3c88e48ae648a75d357dc81a8255fa81f1.tar.bz2 |
Add mii_init() prototype
to get rid of a *lot* of compiler warnings.
Signed-off-by: Wolfgang Denk <wd@denx.de>
-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 d6286bc..9a5a0ab 100644 --- a/include/common.h +++ b/include/common.h @@ -565,7 +565,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); |