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 <gaetan.rivet@6wind.com>
This commit is contained in:
parent
279b581c89
commit
308eb10706
@ -49,13 +49,11 @@
|
||||
#endif
|
||||
|
||||
#include <rte_log.h>
|
||||
#include <rte_pci.h>
|
||||
#include <rte_eal_memconfig.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_vfio.h>
|
||||
|
||||
#include "eal_filesystem.h"
|
||||
#include "eal_pci_init.h"
|
||||
#include "eal_vfio.h"
|
||||
#include "eal_thread.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user