Remove duplicated #include('s) in drivers/xen/xen-pciback/xenbus.c Signed-off-by: Huang Weiyi <weiyi.huang at 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
Konrad Rzeszutek Wilk
2011-Jul-25 13:55 UTC
[PATCH] xen/pciback: remove duplicated #include
On Sat, Jul 23, 2011 at 04:21:57PM +0800, Huang Weiyi wrote:> Remove duplicated #include('s) in > drivers/xen/xen-pciback/xenbus.cOK, queue it up.> > Signed-off-by: Huang Weiyi <weiyi.huang at 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
Possibly Parallel Threads
- [PATCH] xen/pciback: remove duplicated #include
- Fwd: BUG in linux+v3.2.1/drivers/xen/xen-pciback/pci_stub.c
- [PATCH] Support Function Level Reset (FLR) in the xen-pciback module (v1) and some fixes.
- "XENBUS: Device with no driver" errors on Debian
- drivers/xen/balloon.c: Removed duplicated include