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/acpi.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/acpi.c')
-rw-r--r-- | src/soc/amd/picasso/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/acpi.c b/src/soc/amd/picasso/acpi.c index 6d46698847..a4464ebfb7 100644 --- a/src/soc/amd/picasso/acpi.c +++ b/src/soc/amd/picasso/acpi.c @@ -15,6 +15,7 @@ #include <cpu/x86/smm.h> #include <device/device.h> #include <device/pci.h> +#include <gpio.h> #include <amdblocks/acpimmio.h> #include <amdblocks/acpi.h> #include <amdblocks/chip.h> @@ -24,7 +25,6 @@ #include <soc/pci_devs.h> #include <soc/msr.h> #include <soc/southbridge.h> -#include <soc/gpio.h> #include <version.h> #include "chip.h" |