On Sun, Sep 24, 2023 at 08:39:51PM -0600, Simon Glass wrote:

> Move this out of the common header and include it only where needed.
> 
> Signed-off-by: Simon Glass <s...@chromium.org>
[snip]
> diff --git a/cmd/cyclic.c b/cmd/cyclic.c
> index 946f1d78184d..f12edfa6b727 100644
> --- a/cmd/cyclic.c
> +++ b/cmd/cyclic.c
> @@ -1,5 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0+
>  /*
> +#include <time.h>
>   * A general-purpose cyclic execution infrastructure, to allow "small"
>   * (run-time wise) functions to be executed at a specified frequency.
>   * Things like LED blinking or watchdog triggering are examples for such

This is wrong.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to