Re: [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU

From: Christoph Hellwig
Date: Wed Nov 06 2019 - 13:29:02 EST


On Wed, Nov 06, 2019 at 07:16:38PM +0100, Geert Uytterhoeven wrote:
> > shouldn't they all just be that first one? In other words, wouldn't it be
> > better to always provide the generic ioremap prototype and unify the ports
> > instead?
>
> Agreed. But I'd go for the second one.

Eventually we should unify it and only have a single prototype.
But we have lots of implementations including inline functions, so
this will take a few more steps.