All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: traps: remove duplicate include statement
@ 2020-12-28  7:05 ` Tian Tao
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* [PATCH] arm64: traps: remove duplicate include statement
@ 2020-12-28  7:05 ` Tian Tao
  0 siblings, 0 replies; 4+ messages in thread
From: Tian Tao @ 2020-12-28  7:05 UTC (permalink / raw)
  To: catalin.marinas, will, ast, daniel, andrii; +Cc: netdev, bpf, linux-arm-kernel

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: traps: remove duplicate include statement
  2020-12-28  7:05 ` Tian Tao
@ 2021-01-06 10:59   ` Catalin Marinas
  -1 siblings, 0 replies; 4+ 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] 4+ messages in thread

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

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 4+ 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
2020-12-28  7:05 ` Tian Tao
2021-01-06 10:59 ` Catalin Marinas
2021-01-06 10:59   ` Catalin Marinas

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.