summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-04-28 11:31:23 +0200
committerWolfgang Denk <wd@denx.de>2008-04-28 11:31:23 +0200
commit5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1 (patch)
treed3ac7bba6887e4701cc73a109bf962e8fc929a18 /include
parent941d696d25624e3cc65ebf924199541acf52d74e (diff)
downloadtalos-obmc-uboot-5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1.tar.gz
talos-obmc-uboot-5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1.zip
MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index f12e3bd0d6..a6c966cde3 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);
OpenPOWER on IntegriCloud