diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-04-13 00:11:14 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-04-14 00:01:44 +0000 |
commit | df9549efb2649e492485a4cc2ff6c3c0b5ccc788 (patch) | |
tree | 7f883eaa2d7ad9fe70940fe492909f42e65763bc /src/soc/amd/picasso/fch.c | |
parent | 72b78910fbe5338b045c16a6103941270e9b3dba (diff) |
soc/amd/picasso/fch: add missing amdblocks/gpio_banks.h header
The prototype of gpio_add_events() is provided by that header file.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ia384c9297ac1e24bf0b1bcce048012a247406f39
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52274
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/fch.c')
-rw-r--r-- | src/soc/amd/picasso/fch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c index 4568e20676..261fea5abc 100644 --- a/src/soc/amd/picasso/fch.c +++ b/src/soc/amd/picasso/fch.c @@ -13,6 +13,7 @@ #include <amdblocks/reset.h> #include <amdblocks/acpimmio.h> #include <amdblocks/acpi.h> +#include <amdblocks/gpio_banks.h> #include <amdblocks/i2c.h> #include <amdblocks/smi.h> #include <soc/acpi.h> |