From b164d7a291ac0a4fefe17a017e6e78a8f42befe3 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 16 Nov 2023 14:14:33 +0100 Subject: nb/intel/sandybridge/pcie: drop unneeded HAVE_ACPI_TABLES guards Signed-off-by: Felix Held Change-Id: I1e8c8b3e3672d1589a5910753986e4033d2ce766 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79116 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/northbridge/intel/sandybridge/pcie.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/northbridge/intel') diff --git a/src/northbridge/intel/sandybridge/pcie.c b/src/northbridge/intel/sandybridge/pcie.c index ec737a2651..96fb12fd51 100644 --- a/src/northbridge/intel/sandybridge/pcie.c +++ b/src/northbridge/intel/sandybridge/pcie.c @@ -6,7 +6,6 @@ #include #include -#if CONFIG(HAVE_ACPI_TABLES) static const char *pcie_acpi_name(const struct device *dev) { assert(dev); @@ -41,7 +40,6 @@ static const char *pcie_acpi_name(const struct device *dev) return NULL; } -#endif static struct device_operations device_ops = { .read_resources = pci_bus_read_resources, @@ -51,9 +49,7 @@ static struct device_operations device_ops = { .reset_bus = pci_bus_reset, .init = pci_dev_init, .ops_pci = &pci_dev_ops_pci, -#if CONFIG(HAVE_ACPI_TABLES) .acpi_name = pcie_acpi_name, -#endif }; static const unsigned short pci_device_ids[] = { -- cgit v1.2.3