* [PATCH] xen/pciback: remove duplicated #include
@ 2011-07-23 8:21 Huang Weiyi
2011-07-25 13:55 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2011-07-23 8:21 UTC (permalink / raw)
To: konrad.wilk; +Cc: Huang Weiyi, virtualization
Remove duplicated #include('s) in
drivers/xen/xen-pciback/xenbus.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
drivers/xen/xen-pciback/xenbus.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index 206c4ce..978d2c6 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++ b/drivers/xen/xen-pciback/xenbus.c
@@ -11,7 +11,6 @@
#include <xen/xenbus.h>
#include <xen/events.h>
#include <asm/xen/pci.h>
-#include <linux/workqueue.h>
#include "pciback.h"
#define DRV_NAME "xen-pciback"
--
1.5.6.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] xen/pciback: remove duplicated #include
2011-07-23 8:21 [PATCH] xen/pciback: remove duplicated #include Huang Weiyi
@ 2011-07-25 13:55 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-07-25 13:55 UTC (permalink / raw)
To: Huang Weiyi; +Cc: virtualization
On Sat, Jul 23, 2011 at 04:21:57PM +0800, Huang Weiyi wrote:
> Remove duplicated #include('s) in
> drivers/xen/xen-pciback/xenbus.c
OK, queue it up.
>
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
> ---
> drivers/xen/xen-pciback/xenbus.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
> index 206c4ce..978d2c6 100644
> --- a/drivers/xen/xen-pciback/xenbus.c
> +++ b/drivers/xen/xen-pciback/xenbus.c
> @@ -11,7 +11,6 @@
> #include <xen/xenbus.h>
> #include <xen/events.h>
> #include <asm/xen/pci.h>
> -#include <linux/workqueue.h>
> #include "pciback.h"
>
> #define DRV_NAME "xen-pciback"
> --
> 1.5.6.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-25 13:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23 8:21 [PATCH] xen/pciback: remove duplicated #include Huang Weiyi
2011-07-25 13:55 ` Konrad Rzeszutek Wilk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).