From 16ae682cb93764016c6b31ef3761c011733ad683 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 20 Sep 2021 21:15:13 +0200 Subject: [PATCH] soc/amd/common/block/gpio_banks: add missing types.h include In this file bool, uint8_t and uint32_t are used, so include types.h directly to have those types defined instead of relying to have those included indirectly via amdblocks/gpio_banks.h. Signed-off-by: Felix Held Change-Id: I6f4626a50219fab818e8bc5087961a731b44e71b Reviewed-on: https://review.coreboot.org/c/coreboot/+/57788 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/common/block/gpio_banks/gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/common/block/gpio_banks/gpio.c b/src/soc/amd/common/block/gpio_banks/gpio.c index eb38ec1f1e..fa18f612d1 100644 --- a/src/soc/amd/common/block/gpio_banks/gpio.c +++ b/src/soc/amd/common/block/gpio_banks/gpio.c @@ -14,6 +14,7 @@ #include #include #include +#include /* * acpimmio_gpio0, acpimmio_remote_gpio and acpimmio_iomux are defined in