diff mbox

[1/1] KVM: ARM: Remove duplicate include

Message ID 1389082516-19709-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat Jan. 7, 2014, 8:15 a.m. UTC
trace.h was included twice. Remove duplicate inclusion.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/kvm/handle_exit.c |    2 --
 1 file changed, 2 deletions(-)

Comments

Christoffer Dall Jan. 8, 2014, 9:55 p.m. UTC | #1
On Tue, Jan 07, 2014 at 01:45:15PM +0530, Sachin Kamat wrote:
> trace.h was included twice. Remove duplicate inclusion.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

Thanks, applied.

-Christoffer

> ---
>  arch/arm/kvm/handle_exit.c |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/kvm/handle_exit.c b/arch/arm/kvm/handle_exit.c
> index a92079011a83..0de91fc6de0f 100644
> --- 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)
> -- 
> 1.7.9.5
>
diff mbox

Patch

diff --git a/arch/arm/kvm/handle_exit.c b/arch/arm/kvm/handle_exit.c
index a92079011a83..0de91fc6de0f 100644
--- 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)