aboutsummaryrefslogtreecommitdiff
path: root/core/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/pci.c')
-rw-r--r--core/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/pci.c b/core/pci.c
index 14654d4..8e8e8bd 100644
--- a/core/pci.c
+++ b/core/pci.c
@@ -18,7 +18,6 @@
#include <cpu.h>
#include <pci.h>
#include <pci-cfg.h>
-#include <pci-iov.h>
#include <pci-slot.h>
#include <pci-quirk.h>
#include <timebase.h>
@@ -193,7 +192,6 @@ void pci_init_capabilities(struct phb *phb, struct pci_device *pd)
{
pci_init_pcie_cap(phb, pd);
pci_init_aer_cap(phb, pd);
- pci_init_iov_cap(phb, pd);
pci_init_pm_cap(phb, pd);
}