From: Wolfgang Denk Date: Mon, 28 Apr 2008 09:31:23 +0000 (+0200) Subject: MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom' X-Git-Tag: v2008.10-rc1~385 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1;p=platform%2Fkernel%2Fu-boot.git MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom' Signed-off-by: Wolfgang Denk --- 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 @@ int checkdram (void); 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);