From d4ac11f6fa9581bc6a9007202c4594be636e0a47 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 4 May 2018 16:29:13 +0200 Subject: Move `pci_ops_mmconf` from arch/x86/ to device/ MMConf is not architecture specific. We also always provide a pci_bus_default_ops() now if MMCONF_SUPPORT is selected. Change-Id: I3f9b403da29d3fa81914cc1519710ba7d1bf2bb5 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/26062 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/arch/x86/include/arch/pci_ops.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/x86/include') diff --git a/src/arch/x86/include/arch/pci_ops.h b/src/arch/x86/include/arch/pci_ops.h index 678edbb63c..3f1515e8f0 100644 --- a/src/arch/x86/include/arch/pci_ops.h +++ b/src/arch/x86/include/arch/pci_ops.h @@ -17,7 +17,6 @@ #ifndef __SIMPLE_DEVICE__ extern const struct pci_bus_operations pci_cf8_conf1; -extern const struct pci_bus_operations pci_ops_mmconf; #endif -- cgit v1.2.3