summaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/xeon_sp/skx/chip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/xeon_sp/skx/chip.c b/src/soc/intel/xeon_sp/skx/chip.c
index efdeef8ee3..35e834aab3 100644
--- a/src/soc/intel/xeon_sp/skx/chip.c
+++ b/src/soc/intel/xeon_sp/skx/chip.c
@@ -28,10 +28,8 @@ static struct device_operations pci_domain_ops = {
.scan_bus = &xeonsp_pci_domain_scan_bus,
#if CONFIG(HAVE_ACPI_TABLES)
.write_acpi_tables = &northbridge_write_acpi_tables,
- #if CONFIG(HAVE_ACPI_TABLES)
.acpi_name = soc_acpi_name
#endif
-#endif
};
static struct device_operations cpu_bus_ops = {