From: Thomas Monjalon Date: Thu, 7 Jul 2016 14:59:14 +0000 (+0200) Subject: eal: remove PCI include from generic driver header X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=32809bbe7a413a8d23154d118b70f70d093a2242;p=dpdk.git eal: remove PCI include from generic driver header Remove include of rte_pci.h in the generic header rte_dev.h. Fixes: cb6696d22023 ("drivers: update registration macro usage") Suggested-by: David Marchand Signed-off-by: Thomas Monjalon Acked-by: Neil Horman --- diff --git a/lib/librte_eal/common/include/rte_dev.h b/lib/librte_eal/common/include/rte_dev.h index e6f0d4c34f..95789f9d72 100644 --- a/lib/librte_eal/common/include/rte_dev.h +++ b/lib/librte_eal/common/include/rte_dev.h @@ -48,7 +48,7 @@ extern "C" { #include #include -#include + #include __attribute__((format(printf, 2, 0)))