soc/intel: Drop spurious includes
Change-Id: I2fff107e38abdd34f2d80d4d258be4c429d371e7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34868 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
7cdb047ce7
commit
07b7d8c630
|
@ -20,7 +20,6 @@
|
|||
#include <console/console.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <device/pci.h>
|
||||
#include <intelblocks/smm.h>
|
||||
#include <soc/systemagent.h>
|
||||
#include <soc/pci_devs.h>
|
||||
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include <intelblocks/lpc_lib.h>
|
||||
#include <intelblocks/msr.h>
|
||||
#include <intelblocks/pmclib.h>
|
||||
#include <intelblocks/smm.h>
|
||||
#include <intelblocks/systemagent.h>
|
||||
#include <mrc_cache.h>
|
||||
#include <soc/cpu.h>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <cbmem.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <soc/iosf.h>
|
||||
#include <soc/smm.h>
|
||||
|
||||
static size_t smm_region_size(void)
|
||||
{
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <soc/iosf.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/ramstage.h>
|
||||
#include <soc/smm.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <intelblocks/ebda.h>
|
||||
#include <intelblocks/systemagent.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/smm.h>
|
||||
#include <soc/systemagent.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <intelblocks/ebda.h>
|
||||
#include <intelblocks/systemagent.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/smm.h>
|
||||
#include <soc/soc_chip.h>
|
||||
#include <soc/systemagent.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <intelblocks/systemagent.h>
|
||||
#include <soc/msr.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/smm.h>
|
||||
#include <soc/systemagent.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue