From 65bb5434f6eb9e1f0f72a52958193b38057cfad7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 3 Jul 2018 14:59:50 +0200 Subject: src: Get rid of non-local header treated as local Change-Id: I2c5edadfd035c9af08af9ee326a5a2dc8b840faa Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27331 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/asus/kfsn4-dre/dsdt.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/asus/kfsn4-dre') diff --git a/src/mainboard/asus/kfsn4-dre/dsdt.asl b/src/mainboard/asus/kfsn4-dre/dsdt.asl index 575715cf66..f3d59ce470 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 /* 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 /* PCI Routing Table Access */ Method (_PRT, 0, NotSerialized) { -- cgit v1.2.3