From 308eb10706a52f700765a43eb1d8473fa6022009 Mon Sep 17 00:00:00 2001 From: Gaetan Rivet Date: Thu, 26 Oct 2017 12:05:53 +0200 Subject: [PATCH] vfio: remove useless PCI headers PCI headers are not necessary and are making this module dependent on the PCI subsystem. Signed-off-by: Gaetan Rivet --- lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c b/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c index 05d63e8318..b53ed7eb36 100644 --- a/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c +++ b/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c @@ -49,13 +49,11 @@ #endif #include -#include #include #include #include #include "eal_filesystem.h" -#include "eal_pci_init.h" #include "eal_vfio.h" #include "eal_thread.h" -- 2.20.1