git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
323f811
)
pdump: remove unnecessary header include
author
Reshma Pattan
<reshma.pattan@intel.com>
Mon, 12 Jun 2017 09:46:11 +0000
(10:46 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 14 Jun 2017 21:45:51 +0000
(23:45 +0200)
Missed to remove unnecessary header file rte_pci.h.
Removed it now.
Fixes:
bb900072ffaa
("pdump: revert PCI device name conversion")
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
lib/librte_pdump/rte_pdump.c
patch
|
blob
|
history
diff --git
a/lib/librte_pdump/rte_pdump.c
b/lib/librte_pdump/rte_pdump.c
index
b599d65
..
729e79a
100644
(file)
--- 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"