aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pch
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-16 17:14:31 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-08-02 15:43:06 +0000
commit024e0afa8f5f1f5d5173adde6d70a31a2d4bfe3e (patch)
tree998f6c3bac6a33c5ce36fd4bea73843f9bd40f1c /src/soc/intel/broadwell/pch
parentd0ef3a46d92bf0a2d396e4a9c7941a301eb5ade5 (diff)
soc/intel/broadwell/pch/pch.c: Drop unused include
For some reason, this change makes ramstage slightly smaller. Change-Id: I5564e06b797d787f0d1093bd9bd572d1ee7b2d54 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55583 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/pch')
-rw-r--r--src/soc/intel/broadwell/pch/pch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/pch.c b/src/soc/intel/broadwell/pch/pch.c
index da13503b90..c2ff5b0b6c 100644
--- a/src/soc/intel/broadwell/pch/pch.c
+++ b/src/soc/intel/broadwell/pch/pch.c
@@ -7,7 +7,6 @@
#include <device/pci_def.h>
#include <soc/pch.h>
#include <soc/pci_devs.h>
-#include <drivers/intel/gma/gma.h> /* TODO: for reproducibility purposes only */
#include <soc/rcba.h>
#include <soc/serialio.h>
#include <soc/spi.h>