Commit 3fb6819f authored by Tian Tao's avatar Tian Tao Committed by Catalin Marinas

arm64: traps: remove duplicate include statement

asm/exception.h is included more than once. Remove the one that isn't
necessary.
Signed-off-by: default avatarTian Tao <tiantao6@hisilicon.com>
Link: https://lore.kernel.org/r/1609139108-10819-1-git-send-email-tiantao6@hisilicon.comSigned-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 311bea3c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment