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>
This commit is contained in:
Angel Pons 2021-06-16 17:14:31 +02:00 committed by Felix Held
parent d0ef3a46d9
commit 024e0afa8f
1 changed files with 0 additions and 1 deletions

View File

@ -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>