[RFC PATCH powerpc] powerpc/64: fix duplicated inclusion

kernel test robot rong.a.chen at intel.com
Wed Jun 16 17:35:36 AEST 2021


arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp at intel.com>
Signed-off-by: kernel test robot <lkp at intel.com>
---
 interrupt_64.S |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/kernel/interrupt_64.S b/arch/powerpc/kernel/interrupt_64.S
index 83826775d239a..b201b1ef30d10 100644
--- a/arch/powerpc/kernel/interrupt_64.S
+++ b/arch/powerpc/kernel/interrupt_64.S
@@ -1,5 +1,4 @@
 #include <asm/ppc_asm.h>
-#include <asm/head-64.h>
 #include <asm/bug.h>
 #include <asm/hw_irq.h>
 #include <asm/tm.h>


More information about the Linuxppc-dev mailing list