]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 17 Feb 2008 22:03:36 +0000 (23:03 +0100)
committerJon Loeliger <jdl@freescale.com>
Mon, 18 Feb 2008 17:35:01 +0000 (11:35 -0600)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
cpu/mpc86xx/cpu_init.c

index ab5906dbc0a230b60cc9ef60323c1b1086fa465e..0efd855a396ac3ed59fea7d5a3068440a94cbf2f 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <common.h>
 #include <mpc86xx.h>
+#include <asm/fsl_law.h>
 
 DECLARE_GLOBAL_DATA_PTR;