ACPI: More ../../.. removal
[coreboot.git] / src / mainboard / amd / torpedo / dsdt.asl
index bc812e41586e22abdf8c315c750989af2c300067..a8a731dd8ed77afe0d6ee0772cd69dd009f7020b 100755 (executable)
@@ -27,7 +27,7 @@ DefinitionBlock (
        0x00010001      /* OEM Revision */
        )
 {      /* Start of ASL file */
-       /* #include "../../../arch/x86/acpi/debug.asl" */       /* Include global debug methods if needed */
+       /* #include <arch/x86/acpi/debug.asl> */        /* Include global debug methods if needed */
 
        /* Data to be patched by the BIOS during POST */
        /* FIXME the patching is not done yet! */
@@ -798,7 +798,7 @@ DefinitionBlock (
 
        /* South Bridge */
        Scope(\_SB) { /* Start \_SB scope */
-               #include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
+               #include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
 
                /*  _SB.PCI0 */
                /* Note: Only need HID on Primary Bus */