From: Jesper Juhl Date: Sat, 30 Oct 2010 12:51:30 +0000 (+0200) Subject: xen-pcifront: Remove duplicate inclusion of headers. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c8ac3902fb7a98c45ed54d98ad6f1c8168f47021;p=deliverable%2Flinux.git xen-pcifront: Remove duplicate inclusion of headers. In drivers/pci/xen-pcifront.c the xen/xenbus.h header is included twice - once is enough. Signed-off-by: Jesper Juhl Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index a87c4985326e..05792732718e 100644 --- a/drivers/pci/xen-pcifront.c +++ b/drivers/pci/xen-pcifront.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include