[dpdk-dev] [PATCH v3 08/10] eal: remove PCI include from generic driver header

2016-07-08 Thread Thomas Monjalon
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 --- lib/librte_eal/common/include/rte_dev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[dpdk-dev] [PATCH v3 08/10] eal: remove PCI include from generic driver header

2016-07-08 Thread Neil Horman
On Fri, Jul 08, 2016 at 04:42:22PM +0200, Thomas Monjalon wrote: > 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 > ---