summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/espi.c
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2024-07-16 13:29:58 +0000
committerSubrata Banik <subratabanik@google.com>2024-07-18 06:01:34 +0000
commit59e65e93777a2a94c984f9c5b9df43c9adcd58dc (patch)
treeb0a5704ed1205ddb665574d9d3e0e2d1fdf99bd8 /src/soc/intel/jasperlake/espi.c
parent651428b9840f378d29d7d189ac48ddb50b454375 (diff)
soc/intel/jasperlake: Switch to common eSPI header
This patch updates Jasper 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/dedede. Change-Id: I93dcd26588111d848be1580220945687890ef3b8 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83486 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc/intel/jasperlake/espi.c')
-rw-r--r--src/soc/intel/jasperlake/espi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/espi.c b/src/soc/intel/jasperlake/espi.c
index 139fc8bb2a..352b3785e1 100644
--- a/src/soc/intel/jasperlake/espi.c
+++ b/src/soc/intel/jasperlake/espi.c
@@ -8,7 +8,7 @@
#include <arch/ioapic.h>
#include <intelblocks/itss.h>
#include <intelblocks/lpc_lib.h>
-#include <soc/espi.h>
+#include <intelpch/espi.h>
#include <soc/iomap.h>
#include <soc/irq.h>
#include <soc/pci_devs.h>