Re: [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP

From: Christoph Hellwig
Date: Wed May 17 2023 - 02:32:01 EST


> +#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.

Otherwise looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>