Skip to content

Commit

Permalink
xen-pcifront: Remove duplicate inclusion of headers.
Browse files Browse the repository at this point in the history
In drivers/pci/xen-pcifront.c the xen/xenbus.h header is included twice -
once is enough.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Jesper Juhl authored and Konrad Rzeszutek Wilk committed Nov 8, 2010
1 parent 07cf2a6 commit c8ac390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pci/xen-pcifront.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#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>
Expand Down

0 comments on commit c8ac390

Please sign in to comment.