[U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
Jon Loeliger
jdl at freescale.com
Mon Feb 18 18:32:43 CET 2008
Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
>
> diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c
> index ab5906d..0efd855 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;
>
*sigh* That I'll take and apply.
Thanks,
jdl
More information about the U-Boot
mailing list