From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH 1/1] KVM: ARM: Remove duplicate include Date: Wed, 8 Jan 2014 13:55:12 -0800 Message-ID: <20140108215512.GA4053@cbox> References: <1389082516-19709-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, gleb@kernel.org, pbonzini@redhat.com, patches@linaro.org To: Sachin Kamat Return-path: Received: from mail-pa0-f47.google.com ([209.85.220.47]:61176 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756882AbaAHVzP (ORCPT ); Wed, 8 Jan 2014 16:55:15 -0500 Received: by mail-pa0-f47.google.com with SMTP id kq14so2413369pab.20 for ; Wed, 08 Jan 2014 13:55:15 -0800 (PST) Content-Disposition: inline In-Reply-To: <1389082516-19709-1-git-send-email-sachin.kamat@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: 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 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 >