diff options
| author | Heiko Schocher <hs@denx.de> | 2009-03-26 07:33:59 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-03-27 20:23:32 +0100 | 
| commit | 76756e41cde0a617e781a604cc47dfaef63697cd (patch) | |
| tree | ee420c570683bba74d8987244fff05d979bfdd9f /cpu/mpc512x/cpu.c | |
| parent | 81005758bc62cfb50683fb1958bfef571b1e9752 (diff) | |
| download | olio-uboot-2014.01-76756e41cde0a617e781a604cc47dfaef63697cd.tar.xz olio-uboot-2014.01-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/mpc512x/cpu.c')
| -rw-r--r-- | cpu/mpc512x/cpu.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/cpu/mpc512x/cpu.c b/cpu/mpc512x/cpu.c index be532afdc..8021bc15e 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> |