aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r--src/arch/x86/include/arch/pci_ops.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86/include/arch/pci_ops.h b/src/arch/x86/include/arch/pci_ops.h
index 67633f43e9..e706216586 100644
--- a/src/arch/x86/include/arch/pci_ops.h
+++ b/src/arch/x86/include/arch/pci_ops.h
@@ -17,10 +17,4 @@
#include <arch/pci_io_cfg.h>
#include <device/pci_mmio_cfg.h>
-#ifndef __SIMPLE_DEVICE__
-
-extern const struct pci_bus_operations pci_cf8_conf1;
-
-#endif
-
#endif /* ARCH_I386_PCI_OPS_H */