On Thu, 3 Oct 2024 at 15:28, Rasmus Villemoes <[email protected]> wrote:
>
> 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 <[email protected]>
> ---
>  drivers/led/led_sw_blink.c | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <[email protected]>



> diff --git a/drivers/led/led_sw_blink.c b/drivers/led/led_sw_blink.c
> index 9e36edbee47..6976b84544e 100644
> --- a/drivers/led/led_sw_blink.c
> +++ b/drivers/led/led_sw_blink.c
> @@ -5,6 +5,7 @@
>   * Author: Mikhail Kshevetskiy <[email protected]>
>   */
>
> +#include <cyclic.h>
>  #include <dm.h>
>  #include <led.h>
>  #include <time.h>
> --
> 2.46.2
>

Reply via email to