[dpdk-dev] pdump: remove unnecessary header file

Message ID 1497260771-2844-1-git-send-email-reshma.pattan@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Pattan, Reshma June 12, 2017, 9:46 a.m. UTC
  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@intel.com>
---
 lib/librte_pdump/rte_pdump.c | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Thomas Monjalon June 14, 2017, 9:39 p.m. UTC | #1
12/06/2017 11:46, Reshma Pattan:
> 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@intel.com>

Applied, thanks
  

Patch

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"