Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/50260 )
Change subject: soc/amd/picasso/fch: add missing iomap.h include ......................................................................
soc/amd/picasso/fch: add missing iomap.h include
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Iea9666fe4f61fb503fee4060a90ec75e2d70c24f Reviewed-on: https://review.coreboot.org/c/coreboot/+/50260 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Raul Rangel rrangel@chromium.org --- M src/soc/amd/picasso/fch.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Raul Rangel: Looks good to me, approved
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c index e6cd51a..5d62e8e 100644 --- a/src/soc/amd/picasso/fch.c +++ b/src/soc/amd/picasso/fch.c @@ -17,6 +17,7 @@ #include <soc/acpi.h> #include <soc/cpu.h> #include <soc/i2c.h> +#include <soc/iomap.h> #include <soc/southbridge.h> #include <soc/smi.h> #include <soc/amd_pci_int_defs.h>