KVM: ARM: Remove duplicate include
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 7 Jan 2014 08:15:15 +0000 (13:45 +0530)
committerChristoffer Dall <christoffer.dall@linaro.org>
Wed, 8 Jan 2014 21:54:00 +0000 (13:54 -0800)
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>
arch/arm/kvm/handle_exit.c

index a920790..0de91fc 100644 (file)
@@ -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)