Re: [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP
From: Baoquan He
Date: Wed May 17 2023 - 23:44:41 EST
On 05/16/23 at 11:31pm, Christoph Hellwig wrote:
> > +#define ioremap ioremap
> > +#define ioremap_prot ioremap_prot
> > +#define iounmap iounmap
>
> Nit: I think it's cleaner to have these #defines right next to the
> function declaration.
Makes sense, will do.
>
> Otherwise looks good:
>
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>
>