All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/powerpc/kernel: Duplicate include asm/interrupt.h
@ 2021-03-23  1:57 zhouchuangao
  0 siblings, 0 replies; only message in thread
From: zhouchuangao @ 2021-03-23  1:57 UTC (permalink / raw)
  To: Michael Ellerman, Benjamin Herrenschmidt, Paul Mackerras,
	Nicholas Piggin, Christophe Leroy, Michal Suchanek,
	Aneesh Kumar K.V, linuxppc-dev, linux-kernel
  Cc: zhouchuangao

asm/interrupt.h is repeatedly in the file interrupt.c.

Signed-off-by: zhouchuangao <zhouchuangao@vivo.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-23  1:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  1:57 [PATCH] arch/powerpc/kernel: Duplicate include asm/interrupt.h zhouchuangao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.