From d4ac047c78c3fec22107bc66a499144ab5602a5f Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 14 Aug 2024 06:35:17 +0200 Subject: soc/intel/broadwell; Use boolean for pch_is_wpt_xx Use boolean for pch_is_wpt() and pch_is_wpt_ulx(). Change-Id: Ifd1a46ebdbe08df6cc21ada100b94930b02cd7de Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/83903 Tested-by: build bot (Jenkins) Reviewed-by: coreboot org --- src/soc/intel/broadwell/pch/adsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/broadwell/pch/adsp.c') diff --git a/src/soc/intel/broadwell/pch/adsp.c b/src/soc/intel/broadwell/pch/adsp.c index 7da807a6fd..05b1e60af2 100644 --- a/src/soc/intel/broadwell/pch/adsp.c +++ b/src/soc/intel/broadwell/pch/adsp.c @@ -13,6 +13,7 @@ #include #include #include +#include static void adsp_init(struct device *dev) { -- cgit v1.2.3