aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/acpi.c
diff options
context:
space:
mode:
authorPatrick Rudolph <siro@das-labor.org>2017-03-30 17:07:42 +0200
committerMartin Roth <martinroth@google.com>2017-04-03 04:58:03 +0200
commit45a0dbc95c1ef1d697598655a526709f27151bb4 (patch)
tree148ec3fabb933a3a5e393c575f52f5522285db3a /src/northbridge/intel/haswell/acpi.c
parentaca4c94057850762ddd3c78e6e8cf9023e22a66a (diff)
nb/intel: Deduplicate vbt header
Move header and delete duplicates. Change-Id: I0e1f5d9082626062f95afe718f6ec62a68f0d828 Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/18903 Tested-by: build bot (Jenkins) Tested-by: coreboot org <coreboot.org@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/northbridge/intel/haswell/acpi.c')
-rw-r--r--src/northbridge/intel/haswell/acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/acpi.c b/src/northbridge/intel/haswell/acpi.c
index 37101049e3..cb430f927a 100644
--- a/src/northbridge/intel/haswell/acpi.c
+++ b/src/northbridge/intel/haswell/acpi.c
@@ -27,6 +27,7 @@
#include <cbmem.h>
#include <arch/acpigen.h>
#include <cpu/cpu.h>
+#include <drivers/intel/gma/intel_bios.h>
unsigned long acpi_fill_mcfg(unsigned long current)
{