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
This commit is contained in:
parent
b188a9309d
commit
91c31dac0c
|
@ -43,7 +43,7 @@ DefinitionBlock(
|
||||||
// Thermal Zone
|
// Thermal Zone
|
||||||
#include "acpi/thermal.asl"
|
#include "acpi/thermal.asl"
|
||||||
// System status indicators
|
// System status indicators
|
||||||
#include "acpi/systemstatus.asl
|
#include "acpi/systemstatus.asl"
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
Device (PCI0)
|
Device (PCI0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue