summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2020-12-08 14:24:51 +0000
committerMarc Zyngier <maz@kernel.org>2020-12-22 10:49:05 +0000
commite6829e0384a49efe68537298132230bebd8bd1b3 (patch)
treec182603f6b0d121db78313cd22535adbea388606
parent61fe0c37af57ac35472a870581a7d0bb5ac2f63a (diff)
downloadlinux-e6829e0384a49efe68537298132230bebd8bd1b3.tar.bz2
KVM: arm64: Remove unused includes in psci-relay.c
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
-rw-r--r--arch/arm64/kvm/hyp/nvhe/psci-relay.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/kvm/hyp/nvhe/psci-relay.c b/arch/arm64/kvm/hyp/nvhe/psci-relay.c
index 0d6f4aa39621..1f7237e45148 100644
--- 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>