aboutsummaryrefslogtreecommitdiff
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/include/arch/pci_ops.h b/src/arch/x86/include/arch/pci_ops.h
index b662170b8f..1b245aa784 100644
--- a/src/arch/x86/include/arch/pci_ops.h
+++ b/src/arch/x86/include/arch/pci_ops.h
@@ -17,10 +17,7 @@
#ifndef __SIMPLE_DEVICE__
extern const struct pci_bus_operations pci_cf8_conf1;
-
-#if CONFIG_MMCONF_SUPPORT
extern const struct pci_bus_operations pci_ops_mmconf;
-#endif
const struct pci_bus_operations *pci_bus_default_ops(device_t dev);