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:
Raul E Rangel 2021-02-11 15:37:09 -07:00 committed by Felix Held
parent 984ecf9e74
commit 07acbfc6a5
1 changed files with 2 additions and 1 deletions

View File

@ -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)