diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-03-14 14:26:41 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-03-14 14:26:41 +0000 |
commit | 91c31dac0c4a2c1c865d2379aa74237389353c22 (patch) | |
tree | a945b63a0d95e2fdfd8b5221af2f004bcc89fe3a | |
parent | b188a9309d265e4dd2965c874831df32875e49b9 (diff) | |
download | coreboot-91c31dac0c4a2c1c865d2379aa74237389353c22.tar.xz |
X60: fix typo in dsdt.asl
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Sven Schnelle <svens@stackframe.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6445 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/lenovo/x60/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x60/dsdt.asl b/src/mainboard/lenovo/x60/dsdt.asl index 3117e2915d..3467a8b8bf 100644 --- a/src/mainboard/lenovo/x60/dsdt.asl +++ b/src/mainboard/lenovo/x60/dsdt.asl @@ -43,7 +43,7 @@ DefinitionBlock( // Thermal Zone #include "acpi/thermal.asl" // System status indicators - #include "acpi/systemstatus.asl + #include "acpi/systemstatus.asl" Scope (\_SB) { Device (PCI0) { |