diff options
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/dptf/dptf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/drivers/intel/dptf/dptf.h b/src/drivers/intel/dptf/dptf.h index bf383084b0..676d11455a 100644 --- a/src/drivers/intel/dptf/dptf.h +++ b/src/drivers/intel/dptf/dptf.h @@ -28,10 +28,4 @@ struct dptf_platform_info { } tpch_method_names; }; -/* - * `soc_get_dptf_platform_info()` is a callback into the SoC directory - * to fill in the `struct dptf_platform_info` data structure. - */ -const struct dptf_platform_info *soc_get_dptf_platform_info(void); - #endif /* _DRIVERS_INTEL_DPTF_H_ */ |