i945.h: fix #include path
Fix the #include path. Change-Id: Ifefb2faef6e4fc87152acb21c37dd87e7c14645c Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/16294 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
a422ffc534
commit
a1e1e5c7e3
|
@ -28,7 +28,7 @@
|
|||
#endif
|
||||
#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
|
||||
|
||||
#include "../../../southbridge/intel/i82801gx/i82801gx.h"
|
||||
#include <southbridge/intel/i82801gx/i82801gx.h>
|
||||
|
||||
/* Everything below this line is ignored in the DSDT */
|
||||
#ifndef __ACPI__
|
||||
|
|
Loading…
Reference in New Issue