diff options
Diffstat (limited to 'src/soc/intel/tigerlake')
-rw-r--r-- | src/soc/intel/tigerlake/dptf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/dptf.c b/src/soc/intel/tigerlake/dptf.c index 2f4cf5f5ae..482e3c200a 100644 --- a/src/soc/intel/tigerlake/dptf.c +++ b/src/soc/intel/tigerlake/dptf.c @@ -13,7 +13,7 @@ static const struct dptf_platform_info tgl_dptf_platform_info = { .fan_hid = "INTC1044", }; -const struct dptf_platform_info *get_dptf_platform_info(void) +const struct dptf_platform_info *soc_get_dptf_platform_info(void) { return &tgl_dptf_platform_info; } |