]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
arm64: remove redundant header file in current.h
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Thu, 30 Mar 2017 12:41:49 +0000 (20:41 +0800)
committerWill Deacon <will.deacon@arm.com>
Thu, 30 Mar 2017 18:15:37 +0000 (19:15 +0100)
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>
arch/arm64/include/asm/current.h

index 86c404171305abd290a6a85d7a5edd69c55ecd02..f6580d4afb0e0c4e242e5171ecda679d927286d2 100644 (file)
@@ -3,8 +3,6 @@
 
 #include <linux/compiler.h>
 
-#include <asm/sysreg.h>
-
 #ifndef __ASSEMBLY__
 
 struct task_struct;