diff mbox series

[-next] KVM: arm/arm64: Remove duplicated include from arm.c

Message ID 20191023061831.196298-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] KVM: arm/arm64: Remove duplicated include from arm.c | expand

Commit Message

Yue Haibing Oct. 23, 2019, 6:18 a.m. UTC
Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 virt/kvm/arm/arm.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c
index c11d6613f4ee..db508786ad6b 100644
--- a/virt/kvm/arm/arm.c
+++ b/virt/kvm/arm/arm.c
@@ -41,8 +41,6 @@ 
 #include <asm/sections.h>
 
 #include <kvm/arm_hypercalls.h>
-#include <kvm/arm_pmu.h>
-#include <kvm/arm_psci.h>
 
 #ifdef REQUIRES_VIRT
 __asm__(".arch_extension	virt");