2020-09-14 01:47:14

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the nand tree

Hi all,

After merging the nand tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/mtd/nand/onenand/onenand_omap2.c:27:10: fatal error: asm/mach/flash.h: No such file or directory
27 | #include <asm/mach/flash.h>
| ^~~~~~~~~~~~~~~~~~

Caused by commit

26e1a8efc63d ("mtd: onenand: omap2: Allow for compile-testing on !ARM")

I have reverted that commit for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2020-09-14 09:51:42

by Alex Dewar

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the nand tree

On Mon, Sep 14, 2020 at 11:45:52AM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the nand tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/mtd/nand/onenand/onenand_omap2.c:27:10: fatal error: asm/mach/flash.h: No such file or directory
> 27 | #include <asm/mach/flash.h>
> | ^~~~~~~~~~~~~~~~~~
>
> Caused by commit
>
> 26e1a8efc63d ("mtd: onenand: omap2: Allow for compile-testing on !ARM")
>
> I have reverted that commit for today.

Gah, sorry :(. I definitely *tried* to build test it, but I must have
messed up and built the wrong tree or something.

Apologies,
Alex

>
> --
> Cheers,
> Stephen Rothwell


2020-09-14 11:01:29

by Miquel Raynal

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the nand tree

Hello,

Alex Dewar <[email protected]> wrote on Mon, 14 Sep 2020 10:50:41
+0100:

> On Mon, Sep 14, 2020 at 11:45:52AM +1000, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the nand tree, today's linux-next build (x86_64
> > allmodconfig) failed like this:
> >
> > drivers/mtd/nand/onenand/onenand_omap2.c:27:10: fatal error: asm/mach/flash.h: No such file or directory
> > 27 | #include <asm/mach/flash.h>
> > | ^~~~~~~~~~~~~~~~~~
> >
> > Caused by commit
> >
> > 26e1a8efc63d ("mtd: onenand: omap2: Allow for compile-testing on !ARM")
> >
> > I have reverted that commit for today.
>
> Gah, sorry :(. I definitely *tried* to build test it, but I must have
> messed up and built the wrong tree or something.
>
> Apologies,
> Alex
>
> >
> > --
> > Cheers,
> > Stephen Rothwell
>
>

I'll drop this patch for now, we'll try to have it for the next release
if Alex fixes it.

Thanks,
Miquèl