提交 0925d502 编写于 作者: R Roland Stigge 提交者: 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: NRoland Stigge <stigge@antcom.de>
Acked-by: NWolfram Sang <w.sang@pengutronix.de>
Acked-by: NKevin Wells <kevin.wells@nxp.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册