From 0a817eb6e26db46affe796b330a81db43d1f0687 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 6 Dec 2022 21:16:19 +0100 Subject: soc/amd/common/amdblocks/gpio: update amdblocks/gpio_defs.h include Include instead of "gpio_defs.h", since gpio_defs.h is not only visible in a local scope, but also as . Signed-off-by: Felix Held Change-Id: Iab3e5bb235a5b1bc995b6cf8710f0d8c1886142d Reviewed-on: https://review.coreboot.org/c/coreboot/+/70432 Reviewed-by: Fred Reitberger Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/include/amdblocks/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') diff --git a/src/soc/amd/common/block/include/amdblocks/gpio.h b/src/soc/amd/common/block/include/amdblocks/gpio.h index 7e6df9fb23..020a09dc2c 100644 --- a/src/soc/amd/common/block/include/amdblocks/gpio.h +++ b/src/soc/amd/common/block/include/amdblocks/gpio.h @@ -4,7 +4,7 @@ #define AMD_BLOCK_GPIO_BANKS_H #include -#include "gpio_defs.h" +#include typedef uint32_t gpio_t; -- cgit v1.2.3