[PATCH-next] powerpc/interrupt: Remove duplicate header file
johnny.chenyi at huawei.com
johnny.chenyi at huawei.com
Thu Apr 8 13:56:44 AEST 2021
From: Chen Yi <johnny.chenyi at huawei.com>
Delete one of the header files <asm/interrupt.h> that are included
twice.
Signed-off-by: Chen Yi <johnny.chenyi at huawei.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 c4dd4b8f9cfa..f64ace0208b7 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>
--
2.31.0
More information about the Linuxppc-dev
mailing list