From da5553cae4a96780b78306f665a89f8f8b2ed4fa Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 3 Feb 2021 14:42:42 +0100 Subject: soc/amd/picasso/fch: add missing iomap.h include Signed-off-by: Felix Held Change-Id: Iea9666fe4f61fb503fee4060a90ec75e2d70c24f Reviewed-on: https://review.coreboot.org/c/coreboot/+/50260 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/picasso/fch.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #include #include -- cgit v1.2.3