Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61466710 authored by Sachin Kamat's avatar Sachin Kamat Committed by Christoffer Dall
Browse files

KVM: ARM: Remove duplicate include



trace.h was included twice. Remove duplicate inclusion.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarChristoffer Dall <christoffer.dall@linaro.org>
parent 136d737f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)