summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-04-13 00:11:14 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-04-14 00:01:44 +0000
commitdf9549efb2649e492485a4cc2ff6c3c0b5ccc788 (patch)
tree7f883eaa2d7ad9fe70940fe492909f42e65763bc /src
parent72b78910fbe5338b045c16a6103941270e9b3dba (diff)
downloadcoreboot-df9549efb2649e492485a4cc2ff6c3c0b5ccc788.tar.gz
coreboot-df9549efb2649e492485a4cc2ff6c3c0b5ccc788.tar.bz2
coreboot-df9549efb2649e492485a4cc2ff6c3c0b5ccc788.zip
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')
-rw-r--r--src/soc/amd/picasso/fch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c
index 4568e206768d..261fea5abc39 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>