summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/pci_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/arch/pci_ops.h')
-rw-r--r--src/arch/x86/include/arch/pci_ops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/include/arch/pci_ops.h b/src/arch/x86/include/arch/pci_ops.h
index 317e597cffa8..abbd35c07d67 100644
--- a/src/arch/x86/include/arch/pci_ops.h
+++ b/src/arch/x86/include/arch/pci_ops.h
@@ -4,6 +4,8 @@
#define ARCH_I386_PCI_OPS_H
#include <arch/pci_io_cfg.h>
+#if CONFIG(MMCONF_SUPPORT)
#include <device/pci_mmio_cfg.h>
+#endif
#endif /* ARCH_I386_PCI_OPS_H */