Re: linux-next: build failure after merge of the arm-soc tree

From: Arnd Bergmann
Date: Wed Sep 04 2024 - 10:37:06 EST


On Wed, Sep 4, 2024, at 00:48, Stephen Rothwell wrote:
> Hi all,
>
> After merging the arm-soc tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/soc/fsl/qe/qmc.c:25:10: fatal error: sysdev/fsl_soc.h: No such
> file or directory
> 25 | #include <sysdev/fsl_soc.h>
> | ^~~~~~~~~~~~~~~~~~
>
> Probably caused by commit
>
> eb680d563089 ("soc: fsl: cpm1: qmc: Add support for QUICC Engine (QE)
> implementation")
>
> I have used the arm-soc tree from next-20240903 for today.

Thanks for the report, I have now applied Christophe's fix to address this.

Arnd