From e9ac9f97e84ea4ceec3f2468f3ca2b5f2c47fbf2 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 19 Dec 2022 23:14:35 +0530 Subject: soc/intel: Drop SoC specific DPTF implementation This patch drops the SoC specific implementation as DPTF driver can now fillin those platform specific data using SoC specific macros. Signed-off-by: Subrata Banik Change-Id: If65976f15374ba2410b537b1646ce466ba02969b Reviewed-on: https://review.coreboot.org/c/coreboot/+/71112 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/drivers/intel/dptf/dptf.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/drivers/intel/dptf') 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_ */ -- cgit v1.2.3