src/{northbridge,soc}: Remove not used #include <elog.h>

Change-Id: I01e1e356936b85b186d9bd5f1c1e5e3a1157a30b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33732
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: David Guckian
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-06-23 11:11:53 +02:00 committed by Patrick Georgi
parent 3270ce03d6
commit c27014b9df
4 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,7 @@
#include <device/mmio.h> #include <device/mmio.h>
#include <device/pci_def.h> #include <device/pci_def.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <elog.h>
#include "haswell.h" #include "haswell.h"
static bool peg_hidden[3]; static bool peg_hidden[3];

View File

@ -25,7 +25,6 @@
#include <cpu/x86/smm.h> #include <cpu/x86/smm.h>
#include <cpu/intel/em64t100_save_state.h> #include <cpu/intel/em64t100_save_state.h>
#include <device/pci_def.h> #include <device/pci_def.h>
#include <elog.h>
#include <intelblocks/fast_spi.h> #include <intelblocks/fast_spi.h>
#include <spi-generic.h> #include <spi-generic.h>
#include <soc/iomap.h> #include <soc/iomap.h>

View File

@ -21,7 +21,6 @@
#include <device/pci_def.h> #include <device/pci_def.h>
#include <cpu/x86/smm.h> #include <cpu/x86/smm.h>
#include <spi-generic.h> #include <spi-generic.h>
#include <elog.h>
#include <soc/lpc.h> #include <soc/lpc.h>
#include <soc/iomap.h> #include <soc/iomap.h>
#include <soc/pci_devs.h> #include <soc/pci_devs.h>

View File

@ -21,7 +21,6 @@
#include <device/device.h> #include <device/device.h>
#include <device/pci.h> #include <device/pci.h>
#include <device/pci_def.h> #include <device/pci_def.h>
#include <elog.h>
#include <intelblocks/fast_spi.h> #include <intelblocks/fast_spi.h>
#include <intelblocks/pmclib.h> #include <intelblocks/pmclib.h>
#include <soc/pci_devs.h> #include <soc/pci_devs.h>