[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210616073536.GY237458@shao2-debian>
Date: Wed, 16 Jun 2021 15:35:36 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: Nicholas Piggin <npiggin@...il.com>
Cc: kbuild-all@...ts.01.org, linuxppc-dev@...ts.ozlabs.org,
Michael Ellerman <mpe@...erman.id.au>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
"Aneesh Kumar K.V" <aneesh.kumar@...ux.ibm.com>,
Palmer Dabbelt <palmerdabbelt@...gle.com>,
Sandipan Das <sandipan@...ux.ibm.com>,
Christophe Leroy <christophe.leroy@...roup.eu>,
linux-kernel@...r.kernel.org
Subject: [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion
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@...el.com>
Signed-off-by: kernel test robot <lkp@...el.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>
Powered by blists - more mailing lists