From 07acbfc6a5da1e3351e01e6553cb27f5f62cdb3c Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 11 Feb 2021 15:37:09 -0700 Subject: soc/amd/common/acpi/gpio_bank_lib.asl: Add missing header This file references ACPIMMIO_GPIO0_BASE. Signed-off-by: Raul E Rangel Change-Id: Ic65a1f8759d10e7d78e30cfc82895e5af8cd83a3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50571 Reviewed-by: Marshall Dawson Reviewed-by: Mathew King Tested-by: build bot (Jenkins) --- src/soc/amd/common/acpi/gpio_bank_lib.asl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/soc/amd/common/acpi/gpio_bank_lib.asl b/src/soc/amd/common/acpi/gpio_bank_lib.asl index df55cbfa47..5a13d8da44 100644 --- a/src/soc/amd/common/acpi/gpio_bank_lib.asl +++ b/src/soc/amd/common/acpi/gpio_bank_lib.asl @@ -1,7 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include +#include #include +#include /* Get pin control MMIO address */ Method (GPAD, 0x1) -- cgit v1.2.3