DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] bus/pci: remove unneeded include
@ 2018-08-08 18:40 Rami Rosen
  2018-08-09 15:51 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2018-08-08 18:40 UTC (permalink / raw)
  To: dev; +Cc: Rami Rosen

This trivial patch removes an uneeded include
from drivers/bus/pci/linux/pci.c.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 drivers/bus/pci/linux/pci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/pci/linux/pci.c b/drivers/bus/pci/linux/pci.c
index 004600f..04648ac 100644
--- a/drivers/bus/pci/linux/pci.c
+++ b/drivers/bus/pci/linux/pci.c
@@ -15,7 +15,6 @@
 #include <rte_memcpy.h>
 #include <rte_vfio.h>
 
-#include "eal_private.h"
 #include "eal_filesystem.h"
 
 #include "private.h"
-- 
1.9.1

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

* Re: [dpdk-dev] [PATCH] bus/pci: remove unneeded include
  2018-08-08 18:40 [dpdk-dev] [PATCH] bus/pci: remove unneeded include Rami Rosen
@ 2018-08-09 15:51 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-08-09 15:51 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dev

08/08/2018 20:40, Rami Rosen:
> This trivial patch removes an uneeded include
> from drivers/bus/pci/linux/pci.c.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thanks

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

end of thread, other threads:[~2018-08-09 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-08 18:40 [dpdk-dev] [PATCH] bus/pci: remove unneeded include Rami Rosen
2018-08-09 15:51 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).