aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/glinda/gpio.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-14 05:46:25 +0100
committerElyes Haouas <ehaouas@noos.fr>2023-01-18 05:13:30 +0000
commit5e2602ae4817eba77e7893ab41681fd0a74f6558 (patch)
tree990fa6affaa16115a7f5d20aea437a712f0a1fb8 /src/soc/amd/glinda/gpio.c
parent8f2e5c90e44c6d846a6367bb4051818fdcd577ea (diff)
soc/amd: Include <gpio.h> instead of <soc/gpio.h>
<gpio.h> chain-include <soc/gpio.h>. Change-Id: I112e41ad4c7ee638954dfe3f1ddfeb10c138459a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71807 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/glinda/gpio.c')
-rw-r--r--src/soc/amd/glinda/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/glinda/gpio.c b/src/soc/amd/glinda/gpio.c
index 35d2bca47a..1f7f00e8eb 100644
--- a/src/soc/amd/glinda/gpio.c
+++ b/src/soc/amd/glinda/gpio.c
@@ -3,7 +3,7 @@
/* TODO: Update for Glinda */
#include <amdblocks/gpio.h>
-#include <soc/gpio.h>
+#include <gpio.h>
#include <types.h>
/* see the IOMUX function table for the mapping from GPIO number to GEVENT number */