public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] KVM: ARM: Remove duplicate include
@ 2014-01-07  8:15 Sachin Kamat
  2014-01-08 21:55 ` Christoffer Dall
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2014-01-07  8:15 UTC (permalink / raw)
  To: kvm, kvmarm; +Cc: christoffer.dall, gleb, pbonzini, sachin.kamat, patches

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] KVM: ARM: Remove duplicate include
  2014-01-07  8:15 [PATCH 1/1] KVM: ARM: Remove duplicate include Sachin Kamat
@ 2014-01-08 21:55 ` Christoffer Dall
  0 siblings, 0 replies; 2+ messages in thread
From: Christoffer Dall @ 2014-01-08 21:55 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: kvm, kvmarm, gleb, pbonzini, patches

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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-08 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-07  8:15 [PATCH 1/1] KVM: ARM: Remove duplicate include Sachin Kamat
2014-01-08 21:55 ` Christoffer Dall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox