ARM: LPC32XX: Remove broken non-static declaration
authorRoland Stigge <stigge@antcom.de>
Wed, 8 Feb 2012 20:41:00 +0000 (21:41 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 10 Feb 2012 00:00:33 +0000 (16:00 -0800)
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@antcom.de>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Kevin Wells <kevin.wells@nxp.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-lpc32xx/common.h

index 4b4e700343c14f89ecefb18af80810d031ba5a2d..75640bfb097fab64de85e38a39a2a50b35db088c 100644 (file)
@@ -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);
 
 /*
This page took 0.024606 seconds and 5 git commands to generate.