summaryrefslogtreecommitdiff
path: root/src/soc/intel/pantherlake/espi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/pantherlake/espi.c')
-rw-r--r--src/soc/intel/pantherlake/espi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/pantherlake/espi.c b/src/soc/intel/pantherlake/espi.c
index a3952a31aa..02bec6f197 100644
--- a/src/soc/intel/pantherlake/espi.c
+++ b/src/soc/intel/pantherlake/espi.c
@@ -16,7 +16,7 @@
void soc_get_gen_io_dec_range(uint32_t gen_io_dec[LPC_NUM_GENERIC_IO_RANGES])
{
- const config_t *config = config_of_soc();
+ const struct soc_intel_pantherlake_config *config = config_of_soc();
gen_io_dec[0] = config->gen1_dec;
gen_io_dec[1] = config->gen2_dec;