Re: [RFC PATCH 08/20] m68k: io: Remove useless definition of mmiowb()

From: Will Deacon
Date: Mon Feb 25 2019 - 07:12:56 EST


On Mon, Feb 25, 2019 at 10:25:52AM +0100, Geert Uytterhoeven wrote:
> On Fri, Feb 22, 2019 at 7:51 PM Will Deacon <will.deacon@xxxxxxx> wrote:
> > m68k includes asm-generic/io.h, which provides a dummy definition of
> > mmiowb() if one isn't already provided by the architecture.
> >
> > Remove the useless definition.
> >
> > Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> > Signed-off-by: Will Deacon <will.deacon@xxxxxxx>
>
> Thanks!
> Reviewed-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
>
> Do you want me to queue this in the m68k tree for v5.2, or would
> you prefer to apply the whole series?
> In case of the latter:
> Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>

Cheers, Geert! For now, I think it's best to keep all the patches together
since I anticipate a few rounds of rework before I have a good idea about
what the final series will look like.

Will