From a1e1e5c7e3d85643228aeee24dda8e3e2eb325bd Mon Sep 17 00:00:00 2001 From: Antonello Dettori Date: Sun, 21 Aug 2016 10:51:53 +0200 Subject: i945.h: fix #include path Fix the #include path. Change-Id: Ifefb2faef6e4fc87152acb21c37dd87e7c14645c Signed-off-by: Antonello Dettori Reviewed-on: https://review.coreboot.org/16294 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/northbridge/intel/i945/i945.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/intel') diff --git a/src/northbridge/intel/i945/i945.h b/src/northbridge/intel/i945/i945.h index a7a3c5ccd3..1686acc0f9 100644 --- a/src/northbridge/intel/i945/i945.h +++ b/src/northbridge/intel/i945/i945.h @@ -28,7 +28,7 @@ #endif #define DEFAULT_EPBAR 0xfed19000 /* 4 KB */ -#include "../../../southbridge/intel/i82801gx/i82801gx.h" +#include /* Everything below this line is ignored in the DSDT */ #ifndef __ACPI__ -- cgit v1.2.3