Felix Held has uploaded this change for review. ( 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 --- M src/soc/amd/picasso/fch.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/50260/1
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c index fa99db8..8cc0c13 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>