Browse Source

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

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD 17 years ago
parent
commit
83d1b38766
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cpu/mpc86xx/cpu_init.c

+ 1 - 0
cpu/mpc86xx/cpu_init.c

@@ -28,6 +28,7 @@
 
 #include <common.h>
 #include <mpc86xx.h>
+#include <asm/fsl_law.h>
 
 DECLARE_GLOBAL_DATA_PTR;