projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61fe0c3
)
KVM: arm64: Remove unused includes in psci-relay.c
author
David Brazdil
<dbrazdil@google.com>
Tue, 8 Dec 2020 14:24:51 +0000
(14:24 +0000)
committer
Marc Zyngier
<maz@kernel.org>
Tue, 22 Dec 2020 10:49:05 +0000
(10:49 +0000)
Minor cleanup removing unused includes.
Signed-off-by: David Brazdil <dbrazdil@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20201208142452.87237-6-dbrazdil@google.com
arch/arm64/kvm/hyp/nvhe/psci-relay.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kvm/hyp/nvhe/psci-relay.c
b/arch/arm64/kvm/hyp/nvhe/psci-relay.c
index 0d6f4aa396217e6d2201945c1525e69ef2b71c10..1f7237e45148251c039cc41d271cb3ca194b3b60 100644
(file)
--- a/
arch/arm64/kvm/hyp/nvhe/psci-relay.c
+++ b/
arch/arm64/kvm/hyp/nvhe/psci-relay.c
@@
-7,11
+7,8
@@
#include <asm/kvm_asm.h>
#include <asm/kvm_hyp.h>
#include <asm/kvm_mmu.h>
-#include <kvm/arm_hypercalls.h>
#include <linux/arm-smccc.h>
#include <linux/kvm_host.h>
-#include <linux/psci.h>
-#include <kvm/arm_psci.h>
#include <uapi/linux/psci.h>
#include <nvhe/trap_handler.h>