From ac86cf33bf9ff29cbf77a38cd1f0c7e2ba1d1c1e Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 29 Jan 2021 16:13:06 +0100 Subject: soc/amd/picasso/chip: add missing acpi/acpi.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit acpi_is_wakeup_s3() is defined in acpi/acpi.h Signed-off-by: Felix Held Change-Id: I53916cd15bb28484eb06be4d43f26152de159391 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50125 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/chip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc') diff --git a/src/soc/amd/picasso/chip.c b/src/soc/amd/picasso/chip.c index 082c328e5f..17c7bd58e3 100644 --- a/src/soc/amd/picasso/chip.c +++ b/src/soc/amd/picasso/chip.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include #include #include #include -- cgit v1.2.3