From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 17 Feb 2008 22:03:36 +0000 (+0100) Subject: mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' X-Git-Tag: v1.3.2-rc2~13^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=83d1b3876695c4f21faff2b731d9ef83f38ed208;p=u-boot mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c index ab5906dbc0..0efd855a39 100644 --- a/cpu/mpc86xx/cpu_init.c +++ b/cpu/mpc86xx/cpu_init.c @@ -28,6 +28,7 @@ #include #include +#include DECLARE_GLOBAL_DATA_PTR;