[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210408035644.2417002-1-johnny.chenyi@huawei.com>
Date: Thu, 8 Apr 2021 11:56:44 +0800
From: <johnny.chenyi@...wei.com>
To: <mpe@...erman.id.au>, <benh@...nel.crashing.org>,
<paulus@...ba.org>, <npiggin@...il.com>,
<christophe.leroy@...roup.eu>, <aneesh.kumar@...ux.ibm.com>
CC: <linuxppc-dev@...ts.ozlabs.org>, <linux-kernel@...r.kernel.org>,
<yuehaibing@...wei.com>, <heying24@...wei.com>
Subject: [PATCH-next] powerpc/interrupt: Remove duplicate header file
From: Chen Yi <johnny.chenyi@...wei.com>
Delete one of the header files <asm/interrupt.h> that are included
twice.
Signed-off-by: Chen Yi <johnny.chenyi@...wei.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
Powered by blists - more mailing lists