summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-02-17 23:03:36 +0100
committerJon Loeliger <jdl@freescale.com>2008-02-18 11:35:01 -0600
commit83d1b3876695c4f21faff2b731d9ef83f38ed208 (patch)
tree20ca15e5ae7d0cfe49358f955c455660b79ecbcd /cpu
parentb6f29c84c208a091f95a10cbc9852d729659ba20 (diff)
downloadblackbird-obmc-uboot-83d1b3876695c4f21faff2b731d9ef83f38ed208.tar.gz
blackbird-obmc-uboot-83d1b3876695c4f21faff2b731d9ef83f38ed208.zip
mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc86xx/cpu_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c
index ab5906dbc0..0efd855a39 100644
--- a/cpu/mpc86xx/cpu_init.c
+++ b/cpu/mpc86xx/cpu_init.c
@@ -28,6 +28,7 @@
#include <common.h>
#include <mpc86xx.h>
+#include <asm/fsl_law.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud