瀏覽代碼

MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 17 年之前
父節點
當前提交
5379cd15dd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/common.h

+ 0 - 2
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);