From fc06af867e77d905ba7ad442e70b13c9893d7aa2 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 9 Jul 2020 12:00:16 -0600 Subject: soc/amd/picasso: Add missing include to smi.h BUG=b:154756391 TEST=Don't see build failure. Signed-off-by: Raul E Rangel Change-Id: I36b81643c29ec1e7978d521206fbc366060ab286 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43330 Reviewed-by: Felix Held Reviewed-by: HAOUAS Elyes Reviewed-by: Angel Pons Reviewed-by: Furquan Shaikh Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/include/soc/smi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/soc/amd/picasso/include/soc/smi.h b/src/soc/amd/picasso/include/soc/smi.h index 02a23f58a2..a629fc5541 100644 --- a/src/soc/amd/picasso/include/soc/smi.h +++ b/src/soc/amd/picasso/include/soc/smi.h @@ -3,6 +3,7 @@ #ifndef __SOUTHBRIDGE_AMD_PI_PICASSO_SMI_H__ #define __SOUTHBRIDGE_AMD_PI_PICASSO_SMI_H__ +#include #define SMI_GEVENTS 24 #define SCIMAPS 58 -- cgit v1.2.3