diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-14 05:46:25 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-18 05:13:30 +0000 |
commit | 5e2602ae4817eba77e7893ab41681fd0a74f6558 (patch) | |
tree | 990fa6affaa16115a7f5d20aea437a712f0a1fb8 /src/soc/amd/picasso/gpio.c | |
parent | 8f2e5c90e44c6d846a6367bb4051818fdcd577ea (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/picasso/gpio.c')
-rw-r--r-- | src/soc/amd/picasso/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/gpio.c b/src/soc/amd/picasso/gpio.c index 65fb4d8f5b..3a302f7bbd 100644 --- a/src/soc/amd/picasso/gpio.c +++ b/src/soc/amd/picasso/gpio.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <amdblocks/gpio.h> -#include <soc/gpio.h> +#include <gpio.h> #include <types.h> static const struct soc_amd_event gpio_event_table[] = { |