diff options
author | Shaokun Zhang <zhangshaokun@hisilicon.com> | 2017-03-30 20:41:49 +0800 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-03-30 19:15:37 +0100 |
commit | 34d04f25a98cbc1065e87f10d94798bbe9a8af94 (patch) | |
tree | b4e2f762e94ee6add134e84d322811ae1590b383 /arch | |
parent | 335d2c2d192266358c5dfa64953a4c162f46e464 (diff) | |
download | linux-exynos-34d04f25a98cbc1065e87f10d94798bbe9a8af94.tar.gz linux-exynos-34d04f25a98cbc1065e87f10d94798bbe9a8af94.tar.bz2 linux-exynos-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')
-rw-r--r-- | arch/arm64/include/asm/current.h | 2 |
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; |