All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
@ 2012-11-19 11:22 Sachin Kamat
  2012-11-27  3:33 ` Sachin Kamat
  0 siblings, 1 reply; 5+ messages in thread
From: Sachin Kamat @ 2012-11-19 11:22 UTC (permalink / raw)
  To: xen-devel, virtualization; +Cc: sachin.kamat, patches, konrad.wilk

asm/xen/hypervisor.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 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 <xen/xenbus.h>
 #include <xen/xen.h>
 #include "xenbus_comms.h"
-#include <asm/xen/hypervisor.h>
 
 struct xs_stored_msg {
 	struct list_head list;
-- 
1.7.4.1

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

* [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
@ 2012-11-19 11:22 Sachin Kamat
  0 siblings, 0 replies; 5+ messages in thread
From: Sachin Kamat @ 2012-11-19 11:22 UTC (permalink / raw)
  To: xen-devel, virtualization; +Cc: sachin.kamat, patches, konrad.wilk

asm/xen/hypervisor.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 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 <xen/xenbus.h>
 #include <xen/xen.h>
 #include "xenbus_comms.h"
-#include <asm/xen/hypervisor.h>
 
 struct xs_stored_msg {
 	struct list_head list;
-- 
1.7.4.1

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

* Re: [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
  2012-11-19 11:22 [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h Sachin Kamat
@ 2012-11-27  3:33 ` Sachin Kamat
  2012-12-07 21:16   ` [Xen-devel] " Konrad Rzeszutek Wilk
  2012-12-07 21:16   ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 5+ messages in thread
From: Sachin Kamat @ 2012-11-27  3:33 UTC (permalink / raw)
  To: xen-devel, virtualization; +Cc: sachin.kamat, patches, konrad.wilk

ping

On 19 November 2012 16:52, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> asm/xen/hypervisor.h was included twice.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  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 <xen/xenbus.h>
>  #include <xen/xen.h>
>  #include "xenbus_comms.h"
> -#include <asm/xen/hypervisor.h>
>
>  struct xs_stored_msg {
>         struct list_head list;
> --
> 1.7.4.1
>



-- 
With warm regards,
Sachin

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

* Re: [Xen-devel] [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
  2012-11-27  3:33 ` Sachin Kamat
@ 2012-12-07 21:16   ` Konrad Rzeszutek Wilk
  2012-12-07 21:16   ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-12-07 21:16 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: konrad.wilk, xen-devel, patches, virtualization

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 <sachin.kamat@linaro.org> wrote:
> > asm/xen/hypervisor.h was included twice.
> >
> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> > ---
> >  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 <xen/xenbus.h>
> >  #include <xen/xen.h>
> >  #include "xenbus_comms.h"
> > -#include <asm/xen/hypervisor.h>
> >
> >  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
> 

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

* Re: [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
  2012-11-27  3:33 ` Sachin Kamat
  2012-12-07 21:16   ` [Xen-devel] " Konrad Rzeszutek Wilk
@ 2012-12-07 21:16   ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-12-07 21:16 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: konrad.wilk, xen-devel, patches, virtualization

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 <sachin.kamat@linaro.org> wrote:
> > asm/xen/hypervisor.h was included twice.
> >
> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> > ---
> >  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 <xen/xenbus.h>
> >  #include <xen/xen.h>
> >  #include "xenbus_comms.h"
> > -#include <asm/xen/hypervisor.h>
> >
> >  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
> 

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

end of thread, other threads:[~2012-12-07 21:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 11:22 [PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h Sachin Kamat
2012-11-27  3:33 ` Sachin Kamat
2012-12-07 21:16   ` [Xen-devel] " Konrad Rzeszutek Wilk
2012-12-07 21:16   ` Konrad Rzeszutek Wilk
  -- strict thread matches above, loose matches on Subject: below --
2012-11-19 11:22 Sachin Kamat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.