summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2009-03-26 07:33:59 +0100
committerWolfgang Denk <wd@denx.de>2009-03-27 20:23:32 +0100
commit76756e41cde0a617e781a604cc47dfaef63697cd (patch)
treeee420c570683bba74d8987244fff05d979bfdd9f /cpu
parent81005758bc62cfb50683fb1958bfef571b1e9752 (diff)
downloadtalos-obmc-uboot-76756e41cde0a617e781a604cc47dfaef63697cd.tar.gz
talos-obmc-uboot-76756e41cde0a617e781a604cc47dfaef63697cd.zip
ppc: cleanup compiler errors/warnings
Current u-boot top of tree builds with warnings/errors for the following boards: ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 RPXClassic debris PN62 following patch solves this. Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc512x/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc512x/cpu.c b/cpu/mpc512x/cpu.c
index be532afdc3..8021bc15e3 100644
--- a/cpu/mpc512x/cpu.c
+++ b/cpu/mpc512x/cpu.c
@@ -30,6 +30,7 @@
#include <common.h>
#include <command.h>
#include <mpc512x.h>
+#include <net.h>
#include <netdev.h>
#include <asm/processor.h>
OpenPOWER on IntegriCloud