[PATCH] LPC32XX build fix

Grant Likely grant.likely at secretlab.ca
Tue Jan 31 11:14:18 EST 2012


On Fri, Jan 27, 2012 at 6:04 AM, Roland Stigge <stigge at antcom.de> wrote:
> This patch fixes a GCC compile error ("static declaration follows non-static
> declaration") for LPC32XX's watchdog, removing the extern declaration since
> it's not called externally.
>
> Signed-off-by: Roland Stigge <stigge at antcom.de>
>
> diff --git a/arch/arm/mach-lpc32xx/common.h b/arch/arm/mach-lpc32xx/common.h
> index 4b4e700..75640bfb 100644
> --- a/arch/arm/mach-lpc32xx/common.h
> +++ b/arch/arm/mach-lpc32xx/common.h

No need to CC me on patches like this.  I'm not in any way involved
with lpc32xx maintainership.

g.

> @@ -65,7 +65,6 @@ extern u32 clk_get_pclk_div(void);
>  */
>  extern void lpc32xx_get_uid(u32 devid[4]);
>
> -extern void lpc32xx_watchdog_reset(void);
>  extern u32 lpc32xx_return_iram_size(void);
>
>  /*



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.



More information about the linux-arm-kernel mailing list