diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-02-17 23:03:36 +0100 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-02-18 11:35:01 -0600 |
commit | 83d1b3876695c4f21faff2b731d9ef83f38ed208 (patch) | |
tree | 20ca15e5ae7d0cfe49358f955c455660b79ecbcd /cpu/mpc86xx/cpu_init.c | |
parent | b6f29c84c208a091f95a10cbc9852d729659ba20 (diff) |
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/mpc86xx/cpu_init.c')
-rw-r--r-- | cpu/mpc86xx/cpu_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c index ab5906dbc0a..0efd855a396 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; |