Re: [PATCH] [v2] arch: powerpc: Remove duplicate includes

From: Daniel Axtens
Date: Fri Mar 26 2021 - 01:39:12 EST


Wan Jiabing <wanjiabing@xxxxxxxx> writes:

> mmu-hash.h: asm/bug.h has been included at line 12, so remove
> the duplicate one at line 21.

Looking at the file I had wondered if this was due to a #ifdef being
removed, but no, the second one was just added in commit 891121e6c02c
("powerpc/mm: Differentiate between hugetlb and THP during page
walk"). How odd!

Anyway, all of these look good to me, and the automated checks at
http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20210323062916.295346-1-wanjiabing@xxxxxxxx/
have all passed.

Reviewed-by: Daniel Axtens <dja@xxxxxxxxxx>

Kind regards,
Daniel