From d9e826322031f5936231be44e3b2c406be40a304 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 26 Jan 2024 14:22:31 +0100 Subject: soc/amd/*/acpi: use common soc_acpi_write_tables prototype Since the definition is the same for all SoCs, move it to the common amdblock/acpi.h header. Since the Stoneyridge northbridge.c file also includes this prototype, remove the static attribute of the function there. Signed-off-by: Felix Held Change-Id: Ib9aa215f2b4ba58f43fed2c751d989f1719e0a17 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80221 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/phoenix/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/phoenix/chip.c') diff --git a/src/soc/amd/phoenix/chip.c b/src/soc/amd/phoenix/chip.c index 970ac6f813..173b2208df 100644 --- a/src/soc/amd/phoenix/chip.c +++ b/src/soc/amd/phoenix/chip.c @@ -2,12 +2,12 @@ /* TODO: Update for Phoenix */ +#include #include #include #include #include #include -#include #include #include #include -- cgit v1.2.3