commit | efa5e1526f46106f7ba3268c1d6de6a02c338737 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Mon Apr 28 11:31:23 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Apr 28 11:31:23 2008 +0200 |
tree | d3ac7bba6887e4701cc73a109bf962e8fc929a18 | |
parent | 7b83ed0ac3c0755b9bf2693055f069dc9b5414e2 [diff] |
MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom' Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/include/common.h b/include/common.h index f12e3bd..a6c966c 100644 --- a/include/common.h +++ b/include/common.h
@@ -214,9 +214,7 @@ char * strmhz(char *buf, long hz); int last_stage_init(void); extern ulong monitor_flash_len; -#ifdef CFG_ID_EEPROM int mac_read_from_eeprom(void); -#endif /* common/flash.c */ void flash_perror (int);