From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Mon, 18 Feb 2008 11:32:43 -0600 Subject: [U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' In-Reply-To: <1203285816-11964-1-git-send-email-plagnioj@jcrosoft.com> References: <1203285378-9946-3-git-send-email-plagnioj@jcrosoft.com> <1203285816-11964-1-git-send-email-plagnioj@jcrosoft.com> Message-ID: <47B9C13B.3070205@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > 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 > #include > +#include > > DECLARE_GLOBAL_DATA_PTR; > *sigh* That I'll take and apply. Thanks, jdl