From: Shaokun Zhang Date: Thu, 30 Mar 2017 12:41:49 +0000 (+0800) Subject: arm64: remove redundant header file in current.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=34d04f25a98cbc1065e87f10d94798bbe9a8af94;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git arm64: remove redundant header file in current.h Commint 9d84fb27fa1 ("arm64: restore get_current() optimisation") has removed read_sysreg() and asm/sysreg.h is redundant. This patch removes asm/sysreg.h header file. Acked-by: Mark Rutland Signed-off-by: Shaokun Zhang Signed-off-by: Will Deacon --- diff --git a/arch/arm64/include/asm/current.h b/arch/arm64/include/asm/current.h index 86c404171305..f6580d4afb0e 100644 --- a/arch/arm64/include/asm/current.h +++ b/arch/arm64/include/asm/current.h @@ -3,8 +3,6 @@ #include -#include - #ifndef __ASSEMBLY__ struct task_struct;