Re: next: arm: drivers/clk/imx/clk-imx1.c:13:10: fatal error: 'soc/imx/timer.h' file not found

From: Arnd Bergmann
Date: Fri Jun 23 2023 - 03:23:32 EST


On Fri, Jun 23, 2023, at 08:51, Naresh Kamboju wrote:
> Following build regressions noticed on Linux next-20230623.
>
> Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx>
>
>
> Regressions found on arm:
>
> - build/clang-16-imx_v4_v5_defconfig
> - build/gcc-12-imx_v4_v5_defconfig
> - build/gcc-8-multi_v5_defconfig
> - build/gcc-8-imx_v4_v5_defconfig
> - build/clang-nightly-imx_v4_v5_defconfig

Thanks for the report. I found the missing patch at

https://lore.kernel.org/all/20230328100531.879485-2-u.kleine-koenig@xxxxxxxxxxxxxx/

and resubmitted this. It's probably best if Daniel picks
it up into the clocksource tree, which accidentally broke the
build by picking patch 3 of the series before patch 2.

Arnd