1
0
Fork 0

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>
hifive-unleashed-5.1
Roland Stigge 2012-02-08 21:41:00 +01:00 committed by Olof Johansson
parent 93d199a13a
commit 0925d502f3
1 changed files with 0 additions and 1 deletions

View 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);
/*