From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h Date: Fri, 7 Dec 2012 16:16:48 -0500 Message-ID: <20121207211648.GC9664@phenom.dumpdata.com> References: <1353324150-21785-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Sachin Kamat Cc: konrad.wilk@oracle.com, xen-devel@lists.xensource.com, patches@linaro.org, virtualization@lists.linux-foundation.org List-Id: xen-devel@lists.xenproject.org On Tue, Nov 27, 2012 at 09:03:26AM +0530, Sachin Kamat wrote: > ping I think I have this in my tree. > > On 19 November 2012 16:52, Sachin Kamat wrote: > > asm/xen/hypervisor.h was included twice. > > > > Signed-off-by: Sachin Kamat > > --- > > drivers/xen/xenbus/xenbus_xs.c | 1 - > > 1 files changed, 0 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/xen/xenbus/xenbus_xs.c b/drivers/xen/xenbus/xenbus_xs.c > > index acedeab..88e677b 100644 > > --- a/drivers/xen/xenbus/xenbus_xs.c > > +++ b/drivers/xen/xenbus/xenbus_xs.c > > @@ -48,7 +48,6 @@ > > #include > > #include > > #include "xenbus_comms.h" > > -#include > > > > struct xs_stored_msg { > > struct list_head list; > > -- > > 1.7.4.1 > > > > > > -- > With warm regards, > Sachin > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel >