mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
136d737fd2
commit
61466710de
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue