All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pdump: remove unnecessary header file
@ 2017-06-12  9:46 Reshma Pattan
  2017-06-14 21:39 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Reshma Pattan @ 2017-06-12  9:46 UTC (permalink / raw)
  To: dev; +Cc: 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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pdump: remove unnecessary header file
  2017-06-12  9:46 [PATCH] pdump: remove unnecessary header file Reshma Pattan
@ 2017-06-14 21:39 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-06-14 21:39 UTC (permalink / raw)
  To: Reshma Pattan; +Cc: dev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-14 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12  9:46 [PATCH] pdump: remove unnecessary header file Reshma Pattan
2017-06-14 21:39 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.