Browse Source

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>
Sachin Kamat 11 years ago
parent
commit
61466710de
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/arm/kvm/handle_exit.c

+ 0 - 2
arch/arm/kvm/handle_exit.c

@@ -26,8 +26,6 @@
 
 
 #include "trace.h"
 #include "trace.h"
 
 
-#include "trace.h"
-
 typedef int (*exit_handle_fn)(struct kvm_vcpu *, struct kvm_run *);
 typedef int (*exit_handle_fn)(struct kvm_vcpu *, struct kvm_run *);
 
 
 static int handle_svc_hyp(struct kvm_vcpu *vcpu, struct kvm_run *run)
 static int handle_svc_hyp(struct kvm_vcpu *vcpu, struct kvm_run *run)