summaryrefslogtreecommitdiffstats
path: root/board/xpedite1k
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-03-28 20:16:16 +0100
committerWolfgang Denk <wd@denx.de>2009-03-28 20:16:16 +0100
commitd2567be915036720693f3ddd00c39b5b4d86fb8d (patch)
tree70549d9763109a76a5292bbd7926db8897773936 /board/xpedite1k
parent97b05d7d524a6b4f195f07b8f90e98561a85596c (diff)
downloadblackbird-obmc-uboot-d2567be915036720693f3ddd00c39b5b4d86fb8d.tar.gz
blackbird-obmc-uboot-d2567be915036720693f3ddd00c39b5b4d86fb8d.zip
Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
...and some other compile warnings. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/xpedite1k')
-rw-r--r--board/xpedite1k/xpedite1k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/xpedite1k/xpedite1k.c b/board/xpedite1k/xpedite1k.c
index 92dc6280d2..044aeb956d 100644
--- a/board/xpedite1k/xpedite1k.c
+++ b/board/xpedite1k/xpedite1k.c
@@ -25,6 +25,7 @@
#include <asm/processor.h>
#include <spd_sdram.h>
#include <i2c.h>
+#include <net.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud