[PATCH] powerpc/interrupts: Fix duplicate included asm/interrupt.h

Jiapeng Chong jiapeng.chong at linux.alibaba.com
Tue Jun 22 12:37:17 AEST 2021


Clean up the following includecheck warning:

./arch/powerpc/kernel/interrupt.c: asm/interrupt.h is included more than
once.

No functional change.

Reported-by: Abaci Robot <abaci at linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong at linux.alibaba.com>
---
 arch/powerpc/kernel/interrupt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/kernel/interrupt.c b/arch/powerpc/kernel/interrupt.c
index e0938ba..557ec14 100644
--- a/arch/powerpc/kernel/interrupt.c
+++ b/arch/powerpc/kernel/interrupt.c
@@ -7,7 +7,6 @@
 #include <asm/asm-prototypes.h>
 #include <asm/kup.h>
 #include <asm/cputime.h>
-#include <asm/interrupt.h>
 #include <asm/hw_irq.h>
 #include <asm/interrupt.h>
 #include <asm/kprobes.h>
-- 
1.8.3.1



More information about the Linuxppc-dev mailing list