Re: [PATCH] arm64: traps: remove duplicate include statement

2021-01-06 Thread Catalin Marinas
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

[PATCH] arm64: traps: remove duplicate include statement

2020-12-27 Thread Tian Tao
asm/exception.h is included more than once. Remove the one that isn't necessary. Signed-off-by: Tian Tao --- 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/tr