[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1609139108-10819-1-git-send-email-tiantao6@hisilicon.com>
Date: Mon, 28 Dec 2020 15:05:08 +0800
From: Tian Tao <tiantao6@...ilicon.com>
To: <catalin.marinas@....com>, <will@...nel.org>, <ast@...nel.org>,
<daniel@...earbox.net>, <andrii@...nel.org>
CC: <linux-arm-kernel@...ts.infradead.org>, <netdev@...r.kernel.org>,
<bpf@...r.kernel.org>
Subject: [PATCH] arm64: traps: remove duplicate include statement
asm/exception.h is included more than once. Remove the one that isn't
necessary.
Signed-off-by: Tian Tao <tiantao6@...ilicon.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
Powered by blists - more mailing lists