[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1616464656-59372-1-git-send-email-zhouchuangao@vivo.com>
Date: Mon, 22 Mar 2021 18:57:25 -0700
From: zhouchuangao <zhouchuangao@...o.com>
To: Michael Ellerman <mpe@...erman.id.au>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
Nicholas Piggin <npiggin@...il.com>,
Christophe Leroy <christophe.leroy@...roup.eu>,
Michal Suchanek <msuchanek@...e.de>,
"Aneesh Kumar K.V" <aneesh.kumar@...ux.ibm.com>,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Cc: zhouchuangao <zhouchuangao@...o.com>
Subject: [PATCH] arch/powerpc/kernel: Duplicate include asm/interrupt.h
asm/interrupt.h is repeatedly in the file interrupt.c.
Signed-off-by: zhouchuangao <zhouchuangao@...o.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 c475a22..6deaccc 100644
--- a/arch/powerpc/kernel/interrupt.c
+++ b/arch/powerpc/kernel/interrupt.c
@@ -9,7 +9,6 @@
#include <asm/cputime.h>
#include <asm/interrupt.h>
#include <asm/hw_irq.h>
-#include <asm/interrupt.h>
#include <asm/kprobes.h>
#include <asm/paca.h>
#include <asm/ptrace.h>
--
2.7.4
Powered by blists - more mailing lists