Commit 83d1b3876695c4f21faff2b731d9ef83f38ed208

Authored by Jean-Christophe PLAGNIOL-VILLARD
Committed by Jon Loeliger
1 parent b6f29c84c2

mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

cpu/mpc86xx/cpu_init.c
... ... @@ -28,6 +28,7 @@
28 28  
29 29 #include <common.h>
30 30 #include <mpc86xx.h>
  31 +#include <asm/fsl_law.h>
31 32  
32 33 DECLARE_GLOBAL_DATA_PTR;
33 34