UPSTREAM: i945.h: fix #include path
Fix the #include path. BUG=None BRANCH=None TEST=None 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> Change-Id: Ifefb2faef6e4fc87152acb21c37dd87e7c14645c Reviewed-on: https://chromium-review.googlesource.com/385015 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
120daa52d4
commit
f6ab3922c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue