On Sat, Aug 17, 2019 at 09:32:46AM +0200, Christoph Hellwig wrote:
No need to indirect iounmap for arm64. Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- arch/arm64/include/asm/io.h | 3 +-- arch/arm64/mm/ioremap.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-)
Not sure why we did it like this... Acked-by: Will Deacon <will@xxxxxxxxxx> Will