projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b6eb0
)
arm64: suspend: remove useless included file
author
Yisheng Xie
<xieyisheng1@huawei.com>
Wed, 1 Nov 2017 09:46:19 +0000
(17:46 +0800)
committer
Will Deacon
<will.deacon@arm.com>
Thu, 2 Nov 2017 14:37:01 +0000
(14:37 +0000)
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>
arch/arm64/kernel/suspend.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/suspend.c
b/arch/arm64/kernel/suspend.c
index 1e3be9064cfa0424ba6443d97f786917ed89782f..5794326975f861d0f6a0400456b2d3041fde83ec 100644
(file)
--- 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