From e03d312a2cd4ea890c7640c6fa44d8890c6cf2be Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 3 Feb 2023 08:16:05 +0100 Subject: treewide: Remove unuseful "_ART : Active Cooling Relationship Table" Change-Id: Ief8dd9c7f7b82e1cd62de5bc1a361432b0eac4ca Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72761 Tested-by: build bot (Jenkins) Reviewed-by: Sumeet R Pawnikar Reviewed-by: Felix Singer --- src/soc/intel/common/acpi/dptf/dptf.asl | 1 - src/soc/intel/skylake/acpi/dptf/dptf.asl | 1 - 2 files changed, 2 deletions(-) diff --git a/src/soc/intel/common/acpi/dptf/dptf.asl b/src/soc/intel/common/acpi/dptf/dptf.asl index 637dfedb8f..77eb0efc26 100644 --- a/src/soc/intel/common/acpi/dptf/dptf.asl +++ b/src/soc/intel/common/acpi/dptf/dptf.asl @@ -67,7 +67,6 @@ Device (DPTF) } #ifdef DPTF_ENABLE_FAN_CONTROL - /* _ART : Active Cooling Relationship Table */ Method (_ART) { Return (\_SB.DART) diff --git a/src/soc/intel/skylake/acpi/dptf/dptf.asl b/src/soc/intel/skylake/acpi/dptf/dptf.asl index e72437a520..dd43011653 100644 --- a/src/soc/intel/skylake/acpi/dptf/dptf.asl +++ b/src/soc/intel/skylake/acpi/dptf/dptf.asl @@ -63,7 +63,6 @@ Device (DPTF) } #ifdef DPTF_ENABLE_FAN_CONTROL - /* _ART : Active Cooling Relationship Table */ Method (_ART) { Return (\_SB.DART) -- cgit v1.2.3