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/p2b/dsdt.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/asus/p2b') diff --git a/src/mainboard/asus/p2b/dsdt.asl b/src/mainboard/asus/p2b/dsdt.asl index 8ddbf28418..93f6afe83f 100644 --- a/src/mainboard/asus/p2b/dsdt.asl +++ b/src/mainboard/asus/p2b/dsdt.asl @@ -112,7 +112,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 2, "CORE ", "COREBOOT", 1) Return (0x0B) } } - #include "southbridge/intel/i82371eb/acpi/intx.asl" + #include PCI_INTX_DEV(LNKA, \_SB.PCI0.PX40.PIRA, 1) PCI_INTX_DEV(LNKB, \_SB.PCI0.PX40.PIRB, 2) @@ -160,7 +160,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 2, "CORE ", "COREBOOT", 1) Package (0x04) { 0x000CFFFF, 3, LNKD, 0 }, }) - #include "northbridge/intel/i440bx/acpi/sb_pci0_crs.asl" + #include /* Begin southbridge block */ Device (PX40) @@ -216,7 +216,7 @@ DefinitionBlock ("DSDT.aml", "DSDT", 2, "CORE ", "COREBOOT", 1) Return (BUF1) } } - #include "southbridge/intel/i82371eb/acpi/i82371eb.asl" + #include } Device (PX43) { -- cgit v1.2.3