aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/gma.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-23 15:38:17 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-10-25 16:10:13 +0000
commit08e5b65f46e9173451567fd95c7792b595f70a69 (patch)
treedae3453ae6b84729445c2eda2ad64024a75a13c1 /src/northbridge/intel/haswell/gma.c
parent6a8990110eb20d33db1661a8921be5f0e632583a (diff)
nb/intel/haswell/gma.c: Drop unused ChromeOS include
Change-Id: I598fe743354ea429d6821b95be7d209a9fcf9f0c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46693 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/haswell/gma.c')
-rw-r--r--src/northbridge/intel/haswell/gma.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/intel/haswell/gma.c b/src/northbridge/intel/haswell/gma.c
index 9627945412..66c8d2d40d 100644
--- a/src/northbridge/intel/haswell/gma.c
+++ b/src/northbridge/intel/haswell/gma.c
@@ -21,10 +21,6 @@
#include "chip.h"
#include "haswell.h"
-#if CONFIG(CHROMEOS)
-#include <vendorcode/google/chromeos/chromeos.h>
-#endif
-
struct gt_reg {
u32 reg;
u32 andmask;