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/kfsn4-dre | |
parent | 870f69e2214d98a29e623a48953f305326e5870a (diff) | |
download | coreboot-65bb5434f6eb9e1f0f72a52958193b38057cfad7.tar.gz coreboot-65bb5434f6eb9e1f0f72a52958193b38057cfad7.tar.bz2 coreboot-65bb5434f6eb9e1f0f72a52958193b38057cfad7.zip |
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/kfsn4-dre')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/dsdt.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/dsdt.asl b/src/mainboard/asus/kfsn4-dre/dsdt.asl index 575715cf6615..f3d59ce470f4 100644 --- a/src/mainboard/asus/kfsn4-dre/dsdt.asl +++ b/src/mainboard/asus/kfsn4-dre/dsdt.asl @@ -39,7 +39,7 @@ DefinitionBlock ( 0x00000001 /* OEM Revision */ ) { - #include "northbridge/amd/amdfam10/amdfam10_util.asl" + #include <northbridge/amd/amdfam10/amdfam10_util.asl> /* Some global data */ Name(OSVR, 3) /* Assume nothing. WinXp = 1, Vista = 2, Linux = 3, WinCE = 4 */ @@ -404,7 +404,7 @@ DefinitionBlock ( Return (Local3) } -#include "southbridge/nvidia/ck804/acpi/ck804.asl" +#include <southbridge/nvidia/ck804/acpi/ck804.asl> /* PCI Routing Table Access */ Method (_PRT, 0, NotSerialized) { |