浏览代码

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 年之前
父节点
当前提交
83d1b38766
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;