From 0079200e8d45db31fcd0a2501f281809523329ca Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 26 Jan 2024 14:41:14 +0100 Subject: soc/amd: use common ACPI_SCI_IRQ definition ACPI_SCI_IRQ is defined as 9 for all AMD SoCs, so move the definition to the common amdblocks/acpi.h. Since all but Stoneyridge's soc/acpi.h are now empty, delete those files too. Signed-off-by: Felix Held Change-Id: I8210c98dc4cf2c6001d5273d132053278ff7fea5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80222 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/google/kahlee/mainboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/kahlee') diff --git a/src/mainboard/google/kahlee/mainboard.c b/src/mainboard/google/kahlee/mainboard.c index 5ddc5ae7dd..5ecc52eaa0 100644 --- a/src/mainboard/google/kahlee/mainboard.c +++ b/src/mainboard/google/kahlee/mainboard.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include #include #include #include -- cgit v1.2.3