diff options
Diffstat (limited to 'src/soc/intel/pantherlake/systemagent.c')
-rw-r--r-- | src/soc/intel/pantherlake/systemagent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/pantherlake/systemagent.c b/src/soc/intel/pantherlake/systemagent.c index b325e909ce..418f41cd2f 100644 --- a/src/soc/intel/pantherlake/systemagent.c +++ b/src/soc/intel/pantherlake/systemagent.c @@ -144,7 +144,7 @@ static void configure_tdp(struct device *dev) u8 tdp; size_t i; bool config_tdp = false; - config_t *config; + struct soc_intel_pantherlake_config *config; config = config_of_soc(); |