aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-03 14:42:42 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-04 15:27:29 +0000
commitda5553cae4a96780b78306f665a89f8f8b2ed4fa (patch)
tree3b92e03c3dc8a720216cb00420fbff056cdd0c06
parentf37e8eaa7704276ae09009f5541d28efe3e8e19e (diff)
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>
-rw-r--r--src/soc/amd/picasso/fch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c
index e6cd51acc0..5d62e8eae9 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>