Re: [PATCH] [v2] ARM: omap1: add nand_chip declaration

From: Arnd Bergmann
Date: Wed Sep 26 2018 - 11:30:42 EST


On Wed, Sep 26, 2018 at 4:52 PM Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote:
> Arnd Bergmann <arnd@xxxxxxxx> wrote on Wed, 26 Sep 2018 16:20:16 +0200:
> > @@ -82,6 +81,7 @@ void omap1_restart(enum reboot_mode, const char *);
> >
> > extern void __init omap_check_revision(void);
> >
> > +struct nand_chip;
> > extern void omap1_nand_cmd_ctl(struct nand_chip *this, int cmd,
> > unsigned int ctrl);
> >
>
> Boris pointed me that the commit introducing the regression is still
> in nand/next, so do you mind if I squash both patches with it?

No worries, please do that if it makes it easier for you.

Arnd