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>
This commit is contained in:
parent
b2a76312a5
commit
e03d312a2c
|
@ -67,7 +67,6 @@ Device (DPTF)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DPTF_ENABLE_FAN_CONTROL
|
#ifdef DPTF_ENABLE_FAN_CONTROL
|
||||||
/* _ART : Active Cooling Relationship Table */
|
|
||||||
Method (_ART)
|
Method (_ART)
|
||||||
{
|
{
|
||||||
Return (\_SB.DART)
|
Return (\_SB.DART)
|
||||||
|
|
|
@ -63,7 +63,6 @@ Device (DPTF)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DPTF_ENABLE_FAN_CONTROL
|
#ifdef DPTF_ENABLE_FAN_CONTROL
|
||||||
/* _ART : Active Cooling Relationship Table */
|
|
||||||
Method (_ART)
|
Method (_ART)
|
||||||
{
|
{
|
||||||
Return (\_SB.DART)
|
Return (\_SB.DART)
|
||||||
|
|
Loading…
Reference in New Issue