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
commita86991d5afbed163b3f84ba40a4743b6cebe20e0 (patch)
tree5ffd8cca6f214a4e86d920137450ee77a17f0091 /cpu
parenta2004912d34e168345e3aa7a716151ad6fbb23d6 (diff)
downloadbarebox-a86991d5afbed163b3f84ba40a4743b6cebe20e0.tar.gz
barebox-a86991d5afbed163b3f84ba40a4743b6cebe20e0.tar.xz
svn_rev_518
add include
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc5xxx/cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/cpu.c b/cpu/mpc5xxx/cpu.c
index 41427bd45a..6d5ea03f5e 100644
--- a/cpu/mpc5xxx/cpu.c
+++ b/cpu/mpc5xxx/cpu.c
@@ -31,6 +31,7 @@
#include <mpc5xxx.h>
#include <asm/processor.h>
#include <init.h>
+#include <types.h>
#if defined(CONFIG_OF_FLAT_TREE)
#include <ft_build.h>
@@ -141,5 +142,5 @@ static int mpc5xxx_bd_init(void)
return 0;
}
-bd_initcall(mpc5xxx_bd_init);
+core_initcall(mpc5xxx_bd_init);