diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-30 20:02:03 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-31 04:03:33 +0000 |
commit | 9aebc19182971deb5dbade7b5e0c5e1f62ac718b (patch) | |
tree | 09c7a790ec131049ee0f3c74a31f0f4b2a32e10d /src/mainboard/amd/gardenia/gpio.c | |
parent | 0b31428de0adf06e23bede24cb10b50a4d04faaa (diff) |
mb/amd: Include <gpio.h> instead of <soc/gpio.h>
<gpio.h> chain-include <soc/gpio.h>.
Change-Id: I48191064fcee53ca843a537aa36bdbbd57736bf2
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72588
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/amd/gardenia/gpio.c')
-rw-r--r-- | src/mainboard/amd/gardenia/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/gardenia/gpio.c b/src/mainboard/amd/gardenia/gpio.c index 38e1d44c81..127b3dde32 100644 --- a/src/mainboard/amd/gardenia/gpio.c +++ b/src/mainboard/amd/gardenia/gpio.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include <gpio.h> #include <soc/southbridge.h> -#include <soc/gpio.h> #include "gpio.h" |