diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-07-03 14:59:50 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-13 15:38:38 +0000 |
commit | 65bb5434f6eb9e1f0f72a52958193b38057cfad7 (patch) | |
tree | 03700327ee52e7dc06fda83b5d193eca0cac7611 /src/mainboard/asus/kcma-d8 | |
parent | 870f69e2214d98a29e623a48953f305326e5870a (diff) |
src: Get rid of non-local header treated as local
Change-Id: I2c5edadfd035c9af08af9ee326a5a2dc8b840faa
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27331
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/asus/kcma-d8')
-rw-r--r-- | src/mainboard/asus/kcma-d8/dsdt.asl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/asus/kcma-d8/dsdt.asl b/src/mainboard/asus/kcma-d8/dsdt.asl index 5754d7c2bc..b6dd211afa 100644 --- a/src/mainboard/asus/kcma-d8/dsdt.asl +++ b/src/mainboard/asus/kcma-d8/dsdt.asl @@ -39,8 +39,8 @@ DefinitionBlock ( 0x00000001 /* OEM Revision */ ) { - #include "northbridge/amd/amdfam10/amdfam10_util.asl" - #include "southbridge/amd/sr5650/acpi/sr5650.asl" + #include <northbridge/amd/amdfam10/amdfam10_util.asl> + #include <southbridge/amd/sr5650/acpi/sr5650.asl> /* Some global data */ Name(OSVR, 3) /* Assume nothing. WinXp = 1, Vista = 2, Linux = 3, WinCE = 4 */ @@ -427,7 +427,7 @@ DefinitionBlock ( { Name (_ADR, 0x00110000) // _ADR: Address Name(_PRW, Package () {0x05, 0x04}) // Wake from S1-S4 - #include "southbridge/amd/sb700/acpi/sata.asl" + #include <southbridge/amd/sb700/acpi/sata.asl> } /* 0:12.0 SP5100 USB 0 */ @@ -477,7 +477,7 @@ DefinitionBlock ( { Name (_ADR, 0x00140001) // _ADR: Address Name(_PRW, Package () {0x05, 0x04}) // Wake from S1-S4 - #include "southbridge/amd/sb700/acpi/ide.asl" + #include <southbridge/amd/sb700/acpi/ide.asl> } /* 0:14.3 SP5100 LPC */ |