From df9549efb2649e492485a4cc2ff6c3c0b5ccc788 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 13 Apr 2021 00:11:14 +0200 Subject: 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 Change-Id: Ia384c9297ac1e24bf0b1bcce048012a247406f39 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52274 Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/fch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #include #include +#include #include #include #include -- cgit v1.2.3