aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/opregion.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/soc/intel/common/opregion.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/soc/intel/common/opregion.c')
-rw-r--r--src/soc/intel/common/opregion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/opregion.c b/src/soc/intel/common/opregion.c
index fe85d3d263..25c0a58c6f 100644
--- a/src/soc/intel/common/opregion.c
+++ b/src/soc/intel/common/opregion.c
@@ -17,7 +17,7 @@
#include <string.h>
#include <cbmem.h>
-#include "gma.h"
+#include <drivers/intel/gma/opregion.h>
#include "opregion.h"
#include "vbt.h"