diff options
author | Yisheng Xie <xieyisheng1@huawei.com> | 2017-11-01 12:46:19 +0300 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-11-02 17:37:01 +0300 |
commit | c10f0d06ad2652913acd21a630f4c2a97cebbfbd (patch) | |
tree | 6428402f1fc2b849c04e39ba012c7249531ebc98 /arch/arm64/kernel | |
parent | 80b6eb04b5d05a472a37ae33647b213dd04e59b6 (diff) | |
download | linux-c10f0d06ad2652913acd21a630f4c2a97cebbfbd.tar.xz |
arm64: suspend: remove useless included file
After commit 9e8e865bbe29 ("arm64: unify idmap removal"), we no need to
flush tlb in suspend.c, so the included file tlbflush.h can be removed.
Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/kernel')
-rw-r--r-- | arch/arm64/kernel/suspend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/suspend.c b/arch/arm64/kernel/suspend.c index 1e3be9064cfa..5794326975f8 100644 --- a/arch/arm64/kernel/suspend.c +++ b/arch/arm64/kernel/suspend.c @@ -11,7 +11,6 @@ #include <asm/mmu_context.h> #include <asm/smp_plat.h> #include <asm/suspend.h> -#include <asm/tlbflush.h> /* * This is allocated by cpu_suspend_init(), and used to store a pointer to |