soc/amd/common/acpi/gpio_bank_lib.asl: Add missing header
This file references ACPIMMIO_GPIO0_BASE. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Ic65a1f8759d10e7d78e30cfc82895e5af8cd83a3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50571 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Mathew King <mathewk@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
984ecf9e74
commit
07acbfc6a5
|
@ -1,7 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <soc/iomap.h>
|
||||
#include <amdblocks/acpimmio_map.h>
|
||||
#include <amdblocks/gpio_defs.h>
|
||||
#include <soc/iomap.h>
|
||||
|
||||
/* Get pin control MMIO address */
|
||||
Method (GPAD, 0x1)
|
||||
|
|
Loading…
Reference in New Issue