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>
This commit is contained in:
Felix Held 2022-12-06 21:16:19 +01:00
parent 6e7e8bffba
commit 0a817eb6e2
1 changed files with 1 additions and 1 deletions

View File

@ -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;