]> Git Repo - linux.git/commitdiff
arm64: remove redundant header file in current.h
authorShaokun Zhang <[email protected]>
Thu, 30 Mar 2017 12:41:49 +0000 (20:41 +0800)
committerWill Deacon <[email protected]>
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 <[email protected]>
Signed-off-by: Shaokun Zhang <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
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;
This page took 0.049506 seconds and 4 git commands to generate.