[dpdk-dev] [PATCH] pdump: remove unnecessary header file

Reshma Pattan reshma.pattan at intel.com
Mon Jun 12 11:46:11 CEST 2017


Missed to remove unnecessary header file rte_pci.h.
Removed it now.

Fixes: bb900072("pdump: revert PCI device name conversion")

Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
---
 lib/librte_pdump/rte_pdump.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_pdump/rte_pdump.c b/lib/librte_pdump/rte_pdump.c
index b599d65..729e79a 100644
--- a/lib/librte_pdump/rte_pdump.c
+++ b/lib/librte_pdump/rte_pdump.c
@@ -46,7 +46,6 @@
 #include <rte_lcore.h>
 #include <rte_log.h>
 #include <rte_errno.h>
-#include <rte_pci.h>
 
 #include "rte_pdump.h"
 
-- 
2.7.4



More information about the dev mailing list