From: Gaetan Rivet Date: Thu, 26 Oct 2017 10:05:53 +0000 (+0200) Subject: vfio: remove useless PCI headers X-Git-Tag: spdx-start~1070 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=308eb10706a52f700765a43eb1d8473fa6022009 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 --- 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"