aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/pci_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/pci_ops.c')
-rw-r--r--src/arch/x86/pci_ops.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/arch/x86/pci_ops.c b/src/arch/x86/pci_ops.c
index 4fd916c865..82f9fd2644 100644
--- a/src/arch/x86/pci_ops.c
+++ b/src/arch/x86/pci_ops.c
@@ -18,8 +18,5 @@
const struct pci_bus_operations *pci_bus_default_ops(struct device *dev)
{
- if (IS_ENABLED(CONFIG_NO_MMCONF_SUPPORT))
- return &pci_cf8_conf1;
-
- return &pci_ops_mmconf;
+ return &pci_cf8_conf1;
}