Lenovo H8 EC: add missing include for thermal.asl
authorSven Schnelle <svens@stackframe.org>
Wed, 13 Apr 2011 09:23:45 +0000 (09:23 +0000)
committerSven Schnelle <svens@stackframe.org>
Wed, 13 Apr 2011 09:23:45 +0000 (09:23 +0000)
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Sven Schnelle <svens@stackframe.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6491 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/ec/lenovo/h8/acpi/ec.asl

index 98abfc110274cbf78275615cf98d21b74bc6cc2f..bcd196173cdccbce71f48236ec972476bf2df417 100644 (file)
@@ -119,4 +119,5 @@ Device(EC)
 #include "sleepbutton.asl"
 #include "lid.asl"
 #include "beep.asl"
+#include "thermal.asl"
 }