diff options
author | Yisheng Xie <xieyisheng1@huawei.com> | 2017-11-01 10:46:19 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-11-02 15:37:01 +0100 |
commit | c10f0d06ad2652913acd21a630f4c2a97cebbfbd (patch) | |
tree | 6428402f1fc2b849c04e39ba012c7249531ebc98 /arch | |
parent | arm64: Don't walk page table for user faults in do_mem_abort (diff) | |
download | linux-c10f0d06ad2652913acd21a630f4c2a97cebbfbd.tar.xz linux-c10f0d06ad2652913acd21a630f4c2a97cebbfbd.zip |
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')
-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 |