aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx/common.h
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2012-02-08 15:41:00 -0500
committerOlof Johansson <olof@lixom.net>2012-02-09 18:55:49 -0500
commitbd356337cf974b9daf1f99b8b1795d674653169e (patch)
tree781fda25c60543aa293d6906e9e7b4c1d37ee1ce /arch/arm/mach-lpc32xx/common.h
parentb84518625183e87c6930b11db0592be786181128 (diff)
ARM: LPC32XX: Remove broken non-static declaration
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>
Diffstat (limited to 'arch/arm/mach-lpc32xx/common.h')
-rw-r--r--arch/arm/mach-lpc32xx/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/common.h b/arch/arm/mach-lpc32xx/common.h
index 4b4e700343c..75640bfb097 100644
--- a/arch/arm/mach-lpc32xx/common.h
+++ b/arch/arm/mach-lpc32xx/common.h
@@ -65,7 +65,6 @@ extern u32 clk_get_pclk_div(void);
65 */ 65 */
66extern void lpc32xx_get_uid(u32 devid[4]); 66extern void lpc32xx_get_uid(u32 devid[4]);
67 67
68extern void lpc32xx_watchdog_reset(void);
69extern u32 lpc32xx_return_iram_size(void); 68extern u32 lpc32xx_return_iram_size(void);
70 69
71/* 70/*