diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-12-06 21:16:19 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-08 15:48:55 +0000 |
commit | 0a817eb6e26db46affe796b330a81db43d1f0687 (patch) | |
tree | a859a4fdd7e08b8270a09d016894a10c60501453 /src | |
parent | 6e7e8bffba576c907b238ab6aaa47d13b1737e58 (diff) |
soc/amd/common/amdblocks/gpio: update amdblocks/gpio_defs.h include
Include <amdblocks/gpio_defs.h> instead of "gpio_defs.h", since
gpio_defs.h is not only visible in a local scope, but also as
<amdblocks/gpio_defs.h>.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Iab3e5bb235a5b1bc995b6cf8710f0d8c1886142d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70432
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <types.h> -#include "gpio_defs.h" +#include <amdblocks/gpio_defs.h> typedef uint32_t gpio_t; |