aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTian Tao <[email protected]>2020-12-28 15:05:08 +0800
committerCatalin Marinas <[email protected]>2021-01-05 17:52:12 +0000
commit3fb6819f411b5a89afb5726afafacf0c4b62844f (patch)
tree893d99ac2f4a27bd00f686135d3e6220fa1f35c5
parent311bea3cb9ee20ef150ca76fc60a592bf6b159f5 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
-rw-r--r--arch/arm64/kernel/traps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/traps.c b/arch/arm64/kernel/traps.c
index 08156be75569..6895ce777e7f 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>