From 45a0dbc95c1ef1d697598655a526709f27151bb4 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 30 Mar 2017 17:07:42 +0200 Subject: nb/intel: Deduplicate vbt header Move header and delete duplicates. Change-Id: I0e1f5d9082626062f95afe718f6ec62a68f0d828 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/18903 Tested-by: build bot (Jenkins) Tested-by: coreboot org Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/northbridge/intel/haswell/haswell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/intel/haswell/haswell.h') diff --git a/src/northbridge/intel/haswell/haswell.h b/src/northbridge/intel/haswell/haswell.h index 6e587f8640..f0fe07d91d 100644 --- a/src/northbridge/intel/haswell/haswell.h +++ b/src/northbridge/intel/haswell/haswell.h @@ -214,7 +214,7 @@ void report_platform_info(void); #endif /* !__SMM__ */ #if !defined(__PRE_RAM__) -#include "gma.h" +#include int init_igd_opregion(igd_opregion_t *igd_opregion); #endif -- cgit v1.2.3