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/arch/arm/include/asm/arch-tegra/timer.h 
> b/arch/arm/include/asm/arch-tegra/timer.h
> index 1c4decacd338..c5e9d841031a 100644
> --- a/arch/arm/include/asm/arch-tegra/timer.h
> +++ b/arch/arm/include/asm/arch-tegra/timer.h
> @@ -9,6 +9,7 @@
>  #define _TEGRA_TIMER_H
>  
>  /* returns the current monotonic timer value in microseconds */
> +#include <time.h>
>  unsigned long timer_get_us(void);
>  
>  #endif

This should be replaced with timer.h being used directly.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to