projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
136d737
)
KVM: ARM: Remove duplicate include
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 7 Jan 2014 08:15:15 +0000
(13:45 +0530)
committer
Christoffer 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
patch
|
blob
|
history
diff --git
a/arch/arm/kvm/handle_exit.c
b/arch/arm/kvm/handle_exit.c
index a92079011a836974a9188ab8db1fa75f2bc5403a..0de91fc6de0ff06e671357430c0544581127ea80 100644
(file)
--- 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)