Re: linux-next: build failure after merge of the drivers-memory tree

From: Krzysztof Kozlowski
Date: Mon Jul 27 2020 - 07:49:23 EST


On Mon, 27 Jul 2020 at 13:36, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the drivers-memory tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/memory/omap-gpmc.c:36:10: fatal error: asm/mach-types.h: No such file or directory
> 36 | #include <asm/mach-types.h>
> | ^~~~~~~~~~~~~~~~~~
>
> Caused by commit
>
> 99b42df9d57e ("memory: Enable compile testing for most of the drivers")
>
> I have reverted that commit for today.

Yes, I applied the patch too early, without all dependencies fixing
compile testing. I will drop the commit from the tree soon.

Best Regards,
Krzysztof