From 6b51ac08504c636abd5a48624f50e7792b6f047d Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 16 Jul 2024 13:28:42 +0000 Subject: soc/intel/alderlake: Switch to common eSPI header This patch updates Alder Lake code to use the common eSPI header file (`intelpch/espi.h`) instead of the SoC-specific one. BUG=none TEST=Builds successfully for google/redrix. Change-Id: Ib4452547325042de48ee4fca3d3910a031b56b64 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/83484 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/soc/intel/alderlake/pmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/alderlake/pmutil.c') diff --git a/src/soc/intel/alderlake/pmutil.c b/src/soc/intel/alderlake/pmutil.c index 0c508ff4f9..54e9107d59 100644 --- a/src/soc/intel/alderlake/pmutil.c +++ b/src/soc/intel/alderlake/pmutil.c @@ -22,8 +22,8 @@ #include #include #include +#include #include -#include #include #include #include -- cgit v1.2.3