From 32809bbe7a413a8d23154d118b70f70d093a2242 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Thu, 7 Jul 2016 16:59:14 +0200 Subject: [PATCH] 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 --- lib/librte_eal/common/include/rte_dev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.20.1