[PATCH 02/13] ethdev: remove useless PCI dependency
From: Gaetan Rivet <hidden>
Date: 2017-08-25 09:04:53
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
From: Gaetan Rivet <hidden>
Date: 2017-08-25 09:04:53
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
Signed-off-by: Gaetan Rivet <redacted> --- lib/librte_ether/rte_ethdev.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c
index 0597641..9b879f7 100644
--- a/lib/librte_ether/rte_ethdev.c
+++ b/lib/librte_ether/rte_ethdev.c@@ -47,7 +47,6 @@ #include <rte_log.h> #include <rte_debug.h> #include <rte_interrupts.h> -#include <rte_pci.h> #include <rte_memory.h> #include <rte_memcpy.h> #include <rte_memzone.h>
--
2.1.4