[PATCH] arch: powerpc: bug.h is included twice

Wan Jiabing wanjiabing at vivo.com
Tue Mar 23 13:23:58 AEDT 2021


asm/bug.h has been included at line 12, so remove 
the duplicate one at line 21.

Signed-off-by: Wan Jiabing <wanjiabing at vivo.com>
---
 arch/powerpc/include/asm/book3s/64/mmu-hash.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/include/asm/book3s/64/mmu-hash.h b/arch/powerpc/include/asm/book3s/64/mmu-hash.h
index f911bdb68d8b..3004f3323144 100644
--- a/arch/powerpc/include/asm/book3s/64/mmu-hash.h
+++ b/arch/powerpc/include/asm/book3s/64/mmu-hash.h
@@ -18,7 +18,6 @@
  * complete pgtable.h but only a portion of it.
  */
 #include <asm/book3s/64/pgtable.h>
-#include <asm/bug.h>
 #include <asm/task_size_64.h>
 #include <asm/cpu_has_feature.h>
 
-- 
2.25.1



More information about the Linuxppc-dev mailing list