]> git.dujemihanovic.xyz Git - u-boot.git/commit
led: include cyclic.h in led_sw_blink.c
authorRasmus Villemoes <ravi@prevas.dk>
Thu, 3 Oct 2024 21:27:52 +0000 (23:27 +0200)
committerStefan Roese <sr@denx.de>
Wed, 23 Oct 2024 04:52:38 +0000 (06:52 +0200)
commit9e628922283834edaec342f335eb9726ab53570e
tree130a3dac630a38d1b9f1d48c29bde786dac7b244
parent4457e5c61d825a2673547e4cd60570a77fbcc3cd
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>
drivers/led/led_sw_blink.c