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 <l...@intel.com> Signed-off-by: kernel test robot <l...@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>