diff options
author | Roland Stigge <stigge@antcom.de> | 2012-02-09 00:41:00 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-10 04:00:33 +0400 |
commit | 0925d502f30a3957edd28d838f8a6ac31cbcf4f2 (patch) | |
tree | 781fda25c60543aa293d6906e9e7b4c1d37ee1ce | |
parent | 93d199a13a6fb8db05d851a1afa8bf938a307be4 (diff) | |
download | linux-0925d502f30a3957edd28d838f8a6ac31cbcf4f2.tar.xz |
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>
-rw-r--r-- | arch/arm/mach-lpc32xx/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/common.h b/arch/arm/mach-lpc32xx/common.h index 4b4e700343c1..75640bfb097f 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); */ extern void lpc32xx_get_uid(u32 devid[4]); -extern void lpc32xx_watchdog_reset(void); extern u32 lpc32xx_return_iram_size(void); /* |