summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/current.h
diff options
context:
space:
mode:
authorShaokun Zhang2017-03-30 14:41:49 +0200
committerWill Deacon2017-03-30 20:15:37 +0200
commit34d04f25a98cbc1065e87f10d94798bbe9a8af94 (patch)
treeb4e2f762e94ee6add134e84d322811ae1590b383 /arch/arm64/include/asm/current.h
parentarm64: fix NULL dereference in have_cpu_die() (diff)
downloadkernel-qcow2-linux-34d04f25a98cbc1065e87f10d94798bbe9a8af94.tar.gz
kernel-qcow2-linux-34d04f25a98cbc1065e87f10d94798bbe9a8af94.tar.xz
kernel-qcow2-linux-34d04f25a98cbc1065e87f10d94798bbe9a8af94.zip
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 <mark.rutland@arm.com> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/current.h')
-rw-r--r--arch/arm64/include/asm/current.h2
1 files changed, 0 insertions, 2 deletions
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 <linux/compiler.h>
-#include <asm/sysreg.h>
-
#ifndef __ASSEMBLY__
struct task_struct;