summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:00 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:00 +0200
commit41efe3fc4893b7e30035c44396293b844e4d43c6 (patch)
tree48462afd6140bd2c566ddc7bee0a4c5b80cc918a /cpu
parentc9a137552e9320ab2f6b5f5d6d771c1245b18047 (diff)
downloadbarebox-41efe3fc4893b7e30035c44396293b844e4d43c6.tar.gz
barebox-41efe3fc4893b7e30035c44396293b844e4d43c6.tar.xz
svn_rev_514
add includes
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc5xxx/cpu_init.c1
-rw-r--r--cpu/mpc5xxx/loadtask.c1
-rw-r--r--cpu/mpc5xxx/speed.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc5xxx/cpu_init.c b/cpu/mpc5xxx/cpu_init.c
index f1286f4179..2001566d2a 100644
--- a/cpu/mpc5xxx/cpu_init.c
+++ b/cpu/mpc5xxx/cpu_init.c
@@ -23,6 +23,7 @@
#include <common.h>
#include <mpc5xxx.h>
+#include <types.h>
/*
* Breath some life into the CPU...
diff --git a/cpu/mpc5xxx/loadtask.c b/cpu/mpc5xxx/loadtask.c
index 47e7b596a6..559d8b5c5e 100644
--- a/cpu/mpc5xxx/loadtask.c
+++ b/cpu/mpc5xxx/loadtask.c
@@ -8,6 +8,7 @@
#include <common.h>
#include <mpc5xxx.h>
+#include <types.h>
/* BestComm/SmartComm microcode */
extern int taskTable;
diff --git a/cpu/mpc5xxx/speed.c b/cpu/mpc5xxx/speed.c
index 17fdea49f4..7a22ed1fed 100644
--- a/cpu/mpc5xxx/speed.c
+++ b/cpu/mpc5xxx/speed.c
@@ -25,6 +25,7 @@
#include <mpc5xxx.h>
#include <init.h>
#include <asm/processor.h>
+#include <types.h>
DECLARE_GLOBAL_DATA_PTR;