summaryrefslogtreecommitdiffstats
path: root/common/lynxkdi.c
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 /common/lynxkdi.c
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 'common/lynxkdi.c')
-rw-r--r--common/lynxkdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/lynxkdi.c b/common/lynxkdi.c
index 17b0607ae0..b23135bd75 100644
--- a/common/lynxkdi.c
+++ b/common/lynxkdi.c
@@ -16,6 +16,7 @@
#include <common.h>
#include <asm/processor.h>
#include <image.h>
+#include <net.h>
#include <lynxkdi.h>
OpenPOWER on IntegriCloud