bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: traps: remove duplicate include statement
@ 2020-12-28  7:05 Tian Tao
  2021-01-06 10:59 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Tian Tao @ 2020-12-28  7:05 UTC (permalink / raw)
  To: catalin.marinas, will, ast, daniel, andrii; +Cc: linux-arm-kernel, netdev, bpf

asm/exception.h is included more than once. Remove the one that isn't
necessary.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 arch/arm64/kernel/traps.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/kernel/traps.c b/arch/arm64/kernel/traps.c
index 08156be..6895ce7 100644
--- a/arch/arm64/kernel/traps.c
+++ b/arch/arm64/kernel/traps.c
@@ -42,7 +42,6 @@
 #include <asm/smp.h>
 #include <asm/stack_pointer.h>
 #include <asm/stacktrace.h>
-#include <asm/exception.h>
 #include <asm/system_misc.h>
 #include <asm/sysreg.h>
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: traps: remove duplicate include statement
  2020-12-28  7:05 [PATCH] arm64: traps: remove duplicate include statement Tian Tao
@ 2021-01-06 10:59 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2021-01-06 10:59 UTC (permalink / raw)
  To: Tian Tao, ast, andrii, daniel, will; +Cc: linux-arm-kernel, bpf, netdev

On Mon, 28 Dec 2020 15:05:08 +0800, Tian Tao wrote:
> asm/exception.h is included more than once. Remove the one that isn't
> necessary.

Applied to arm64 (for-next/fixes), thanks!

[1/1] arm64: traps: remove duplicate include statement
      https://git.kernel.org/arm64/c/3fb6819f411b

-- 
Catalin


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-06 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28  7:05 [PATCH] arm64: traps: remove duplicate include statement Tian Tao
2021-01-06 10:59 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).