From 08cd86576084aca8fd59c73ac9bbff12ae78ae91 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 9 Nov 2014 16:15:00 +0100 Subject: i82371eb: Remove weak functions Change-Id: I593f7745f79e7b5dd0f2f0acb7eb6e1b629fc6ca Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7376 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/southbridge/intel/i82371eb/acpi_tables.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/southbridge/intel/i82371eb') diff --git a/src/southbridge/intel/i82371eb/acpi_tables.c b/src/southbridge/intel/i82371eb/acpi_tables.c index a0cc82b951..891ae22b01 100644 --- a/src/southbridge/intel/i82371eb/acpi_tables.c +++ b/src/southbridge/intel/i82371eb/acpi_tables.c @@ -78,13 +78,7 @@ unsigned long __attribute__((weak)) acpi_fill_srat(unsigned long current) return current; } -unsigned long __attribute__((weak)) acpi_fill_madt(unsigned long current) -{ - /* mainboard has no ioapic */ - return current; -} - -unsigned long __attribute__((weak)) acpi_fill_mcfg(unsigned long current) +unsigned long acpi_fill_mcfg(unsigned long current) { /* chipset doesn't have mmconfig */ return current; -- cgit v1.2.3