From 2badaa5b6a65efa86b0fe228628b25744c512a37 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 19 Aug 2022 16:57:20 +0200 Subject: soc/amd/common/block/psp/psb: add missing amdblocks/smn.h include smn_read32 is used in this file, so include the header file with the function prototype so that the file compiles successfully. Signed-off-by: Felix Held Change-Id: I5bef96cd08f22b3475e8b5ba4e984a6e1ab4da36 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66913 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Matt DeVillier --- src/soc/amd/common/block/psp/psb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/common/block/psp') diff --git a/src/soc/amd/common/block/psp/psb.c b/src/soc/amd/common/block/psp/psb.c index 57b5bbd55bd9..58b957d4d733 100644 --- a/src/soc/amd/common/block/psp/psb.c +++ b/src/soc/amd/common/block/psp/psb.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3