Re: [PATCH v3 1/6] ARM: mm: kill unused runtime hook arch_iounmap()

From: Anshuman Khandual
Date: Thu May 19 2022 - 04:51:56 EST




On 5/19/22 13:55, Kefeng Wang wrote:
> Since the following commits,
>
> v5.4
> commit 59d3ae9a5bf6 ("ARM: remove Intel iop33x and iop13xx support")
> v5.11
> commit 3e3f354bc383 ("ARM: remove ebsa110 platform")
>
> The runtime hook arch_iounmap() on ARM is useless, kill arch_iounmap()
> and __iounmap(), and the naming of arch_iounmap will be used in
> GENERIC_IOREMAP with the later patch.
>
> Cc: Russell King <linux@xxxxxxxxxxxxxxx>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>

LGTM, also builds on multiple arm configs but will let Russel take a look.