[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Xen: Remove duplicate inclusion of header in xen-pcifront.c
In drivers/pci/xen-pcifront.c the xen/xenbus.h header is included twice - once is enough. (please keep me on CC for replies) Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx> --- xen-pcifront.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index a87c498..0579273 100644 --- a/drivers/pci/xen-pcifront.c +++ b/drivers/pci/xen-pcifront.c @@ -9,15 +9,14 @@ #include <xen/xenbus.h> #include <xen/events.h> #include <xen/grant_table.h> #include <xen/page.h> #include <linux/spinlock.h> #include <linux/pci.h> #include <linux/msi.h> -#include <xen/xenbus.h> #include <xen/interface/io/pciif.h> #include <asm/xen/pci.h> #include <linux/interrupt.h> #include <asm/atomic.h> #include <linux/workqueue.h> #include <linux/bitops.h> #include <linux/time.h> -- Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/ Plain text mails only, please http://www.expita.com/nomime.html Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |