From 68eb439d80919d54247114c8c6035a65a97eadc8 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 8 Oct 2022 13:24:08 +0200 Subject: soc/amd/picasso: Clean up includes Signed-off-by: Elyes Haouas Change-Id: I4ed869627af11b607f910644b6f21898f7c7bba5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68237 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/picasso/bootblock.c | 5 +++-- src/soc/amd/picasso/graphics.c | 1 + src/soc/amd/picasso/pcie_gpp.c | 2 ++ src/soc/amd/picasso/smu.c | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/bootblock.c b/src/soc/amd/picasso/bootblock.c index dd4ef3c12a..9e88ceaec4 100644 --- a/src/soc/amd/picasso/bootblock.c +++ b/src/soc/amd/picasso/bootblock.c @@ -1,13 +1,14 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include +#include #include #include #include +#include #include #include #include -#include +#include asmlinkage void bootblock_c_entry(uint64_t base_timestamp) { diff --git a/src/soc/amd/picasso/graphics.c b/src/soc/amd/picasso/graphics.c index 047559cbf3..298e177881 100644 --- a/src/soc/amd/picasso/graphics.c +++ b/src/soc/amd/picasso/graphics.c @@ -4,6 +4,7 @@ #include #include #include +#include void map_oprom_vendev_rev(u32 *vendev, u8 *rev) { diff --git a/src/soc/amd/picasso/pcie_gpp.c b/src/soc/amd/picasso/pcie_gpp.c index c46135f55b..aab37f4757 100644 --- a/src/soc/amd/picasso/pcie_gpp.c +++ b/src/soc/amd/picasso/pcie_gpp.c @@ -1,7 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include +#include #include +#include /* See AMD PPR 55570 - IOAPIC Initialization for the table that AGESA sets up */ const struct pci_routing_info pci_routing_table[] = { diff --git a/src/soc/amd/picasso/smu.c b/src/soc/amd/picasso/smu.c index 1496957117..076baaaded 100644 --- a/src/soc/amd/picasso/smu.c +++ b/src/soc/amd/picasso/smu.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include +#include #include /* -- cgit v1.2.3