[dpdk-dev] pdump: remove unnecessary header file
Checks
Commit Message
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
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
@@ -46,7 +46,6 @@
#include <rte_lcore.h>
#include <rte_log.h>
#include <rte_errno.h>
-#include <rte_pci.h>
#include "rte_pdump.h"