From 6ffbae39b5960124452b158ccc5ae73abc964a8d Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Tue, 10 Jan 2023 16:44:23 +0100 Subject: [PATCH] soc/intel/elkhartlake/chip.h: Include types.h instead of stdint.h As the used 'bool' type is defined in stdbool.h, include types.h (instead of stdint.h) which includes all needed header files. Change-Id: I3f75776575a7a5f70484411b9f3458530f706ec4 Signed-off-by: Werner Zeh Reviewed-on: https://review.coreboot.org/c/coreboot/+/71790 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- src/soc/intel/elkhartlake/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/elkhartlake/chip.h b/src/soc/intel/elkhartlake/chip.h index d419027478..ea6ac8234b 100644 --- a/src/soc/intel/elkhartlake/chip.h +++ b/src/soc/intel/elkhartlake/chip.h @@ -17,7 +17,7 @@ #include #include #include -#include +#include #define MAX_HD_AUDIO_SDI_LINKS 2 #define MAX_HD_AUDIO_DMIC_LINKS 2