mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
arm64: suspend: remove useless included file
After commit 9e8e865bbe
("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>
This commit is contained in:
parent
80b6eb04b5
commit
c10f0d06ad
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue