summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/handle_exit.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-01-07 09:15:15 +0100
committerChristoffer Dall <christoffer.dall@linaro.org>2014-01-08 22:54:00 +0100
commit61466710de078c697106fa5b70ec7afc9feab520 (patch)
tree18eab9f7548432761e921569a7eed79fbf3d8a0c /arch/arm/kvm/handle_exit.c
parentarm/arm64: KVM: relax the requirements of VMA alignment for THP (diff)
downloadlinux-61466710de078c697106fa5b70ec7afc9feab520.tar.xz
linux-61466710de078c697106fa5b70ec7afc9feab520.zip
KVM: ARM: Remove duplicate include
trace.h was included twice. Remove duplicate inclusion. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'arch/arm/kvm/handle_exit.c')
-rw-r--r--arch/arm/kvm/handle_exit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kvm/handle_exit.c b/arch/arm/kvm/handle_exit.c
index a92079011a83..0de91fc6de0f 100644
--- a/arch/arm/kvm/handle_exit.c
+++ b/arch/arm/kvm/handle_exit.c
@@ -26,8 +26,6 @@
#include "trace.h"
-#include "trace.h"
-
typedef int (*exit_handle_fn)(struct kvm_vcpu *, struct kvm_run *);
static int handle_svc_hyp(struct kvm_vcpu *vcpu, struct kvm_run *run)