configs/: Remove prototypes of board_led* functions from all board header files

This commit is contained in:
Gregory Nutt
2015-02-27 17:32:01 -06:00
parent 6934085e22
commit 00a4b1f6d6
22 changed files with 6 additions and 201 deletions
@@ -111,17 +111,6 @@
* Public Functions
************************************************************************************/
/************************************************************************************
* Name: board_led_initializeialize
*
* Description:
* Configure on-board LEDs if LED support has been selected.
************************************************************************************/
#ifdef CONFIG_ARCH_LEDS
extern void board_led_initializeialize(void);
#endif
#endif /* __ASSEMBLY__ */
#endif /* _CONFIGS_AVR32DEV1_SRC_AVR32DEV1_INTERNAL_H */