Author: svens Date: Wed Apr 13 11:23:45 2011 New Revision: 6491 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6491
Log: Lenovo H8 EC: add missing include for thermal.asl
Signed-off-by: Sven Schnelle svens@stackframe.org Acked-by: Sven Schnelle svens@stackframe.org
Modified: trunk/src/ec/lenovo/h8/acpi/ec.asl
Modified: trunk/src/ec/lenovo/h8/acpi/ec.asl ============================================================================== --- trunk/src/ec/lenovo/h8/acpi/ec.asl Tue Apr 12 20:18:24 2011 (r6490) +++ trunk/src/ec/lenovo/h8/acpi/ec.asl Wed Apr 13 11:23:45 2011 (r6491) @@ -119,4 +119,5 @@ #include "sleepbutton.asl" #include "lid.asl" #include "beep.asl" +#include "thermal.asl" }