diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-03 08:16:05 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:44:37 +0000 |
commit | e03d312a2cd4ea890c7640c6fa44d8890c6cf2be (patch) | |
tree | d54c8679bdf11ad8432d99d581074d8ee67e92a5 /src/soc/intel/common | |
parent | b2a76312a5fc1a90c4f867d77132b95eccafccba (diff) |
treewide: Remove unuseful "_ART : Active Cooling Relationship Table"
Change-Id: Ief8dd9c7f7b82e1cd62de5bc1a361432b0eac4ca
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72761
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/acpi/dptf/dptf.asl | 1 |
1 files changed, 0 insertions, 1 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) |