aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/lib/pci_ops_mmconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/lib/pci_ops_mmconf.c')
-rw-r--r--src/arch/x86/lib/pci_ops_mmconf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/lib/pci_ops_mmconf.c b/src/arch/x86/lib/pci_ops_mmconf.c
index 7fcd88ae87..4f9d8265c1 100644
--- a/src/arch/x86/lib/pci_ops_mmconf.c
+++ b/src/arch/x86/lib/pci_ops_mmconf.c
@@ -1,5 +1,3 @@
-#if CONFIG_MMCONF_SUPPORT
-
#include <console/console.h>
#include <arch/io.h>
#include <arch/pciconf.h>
@@ -63,5 +61,3 @@ const struct pci_bus_operations pci_ops_mmconf = {
.write16 = pci_mmconf_write_config16,
.write32 = pci_mmconf_write_config32,
};
-
-#endif