mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
led: include cyclic.h in led_sw_blink.c
This makes use of the cyclic API but relies on implicitly getting the appropriate declarations through some nested include. Include the cyclic.h header directly. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
4457e5c61d
commit
9e62892228
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
* Author: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
|
||||
*/
|
||||
|
||||
#include <cyclic.h>
|
||||
#include <dm.h>
|
||||
#include <led.h>
|
||||
#include <time.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue