From: Rasmus Villemoes Date: Thu, 3 Oct 2024 21:27:52 +0000 (+0200) Subject: led: include cyclic.h in led_sw_blink.c X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=9e628922283834edaec342f335eb9726ab53570e;p=u-boot.git 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 Reviewed-by: Simon Glass Reviewed-by: Stefan Roese --- diff --git a/drivers/led/led_sw_blink.c b/drivers/led/led_sw_blink.c index 06a43db340..ee1546d02d 100644 --- a/drivers/led/led_sw_blink.c +++ b/drivers/led/led_sw_blink.c @@ -5,6 +5,7 @@ * Author: Mikhail Kshevetskiy */ +#include #include #include #include