All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Xen: Remove duplicate inclusion of header in xen-pcifront.c
@ 2010-10-30 12:51 Jesper Juhl
  2010-11-01 13:46 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2010-10-30 12:51 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: Ryan Wilson, xen-devel, linux-kernel

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@chaosbits.net>
---
 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@chaosbits.net>             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


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

* Re: [PATCH] Xen: Remove duplicate inclusion of header in xen-pcifront.c
  2010-10-30 12:51 [PATCH] Xen: Remove duplicate inclusion of header in xen-pcifront.c Jesper Juhl
@ 2010-11-01 13:46 ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-11-01 13:46 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Ryan Wilson, xen-devel, linux-kernel

On Sat, Oct 30, 2010 at 02:51:30PM +0200, Jesper Juhl wrote:
> In drivers/pci/xen-pcifront.c the xen/xenbus.h header is included twice - 
> once is enough.
> 
> (please keep me on CC for replies)

OK, it is in the queue. Thanks for spotting this.

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

end of thread, other threads:[~2010-11-01 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-30 12:51 [PATCH] Xen: Remove duplicate inclusion of header in xen-pcifront.c Jesper Juhl
2010-11-01 13:46 ` Konrad Rzeszutek Wilk

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.