Commit 0925d502 authored by Roland Stigge's avatar Roland Stigge Committed by Olof Johansson

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: default avatarRoland Stigge <stigge@antcom.de>
Acked-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Acked-by: default avatarKevin Wells <kevin.wells@nxp.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 93d199a1
...@@ -65,7 +65,6 @@ extern u32 clk_get_pclk_div(void); ...@@ -65,7 +65,6 @@ extern u32 clk_get_pclk_div(void);
*/ */
extern void lpc32xx_get_uid(u32 devid[4]); extern void lpc32xx_get_uid(u32 devid[4]);
extern void lpc32xx_watchdog_reset(void);
extern u32 lpc32xx_return_iram_size(void); extern u32 lpc32xx_return_iram_size(void);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment