summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-11-01 15:15:36 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-11-04 08:20:11 +0000
commit319b096869e53956d82b0aeeb3e982afc83fdb56 (patch)
tree76ecfb2eb434275cf3bb0ad9825ad16fc2983b23
parent6c1b18090dc28111bd362bd9f4ae7d14b6fa5117 (diff)
downloadcoreboot-319b096869e53956d82b0aeeb3e982afc83fdb56.tar.gz
coreboot-319b096869e53956d82b0aeeb3e982afc83fdb56.tar.bz2
coreboot-319b096869e53956d82b0aeeb3e982afc83fdb56.zip
soc/intel/icelake: Remove unused headers
This patch removes inclusion of unused headers from soc/intel/icelake Change-Id: Icb653dee7992538aadf98d84adadd081f816fd01 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36536 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/icelake/bootblock/bootblock.c1
-rw-r--r--src/soc/intel/icelake/include/soc/bootblock.h2
-rw-r--r--src/soc/intel/icelake/include/soc/cpu.h1
3 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/intel/icelake/bootblock/bootblock.c b/src/soc/intel/icelake/bootblock/bootblock.c
index db43e50ec802..f348c1be6ae7 100644
--- a/src/soc/intel/icelake/bootblock/bootblock.c
+++ b/src/soc/intel/icelake/bootblock/bootblock.c
@@ -15,6 +15,7 @@
#include <bootblock_common.h>
#include <intelblocks/gspi.h>
+#include <intelblocks/systemagent.h>
#include <intelblocks/uart.h>
#include <soc/bootblock.h>
#include <soc/iomap.h>
diff --git a/src/soc/intel/icelake/include/soc/bootblock.h b/src/soc/intel/icelake/include/soc/bootblock.h
index 2f6473da02a9..4ca2c372882d 100644
--- a/src/soc/intel/icelake/include/soc/bootblock.h
+++ b/src/soc/intel/icelake/include/soc/bootblock.h
@@ -16,8 +16,6 @@
#ifndef _SOC_ICELAKE_BOOTBLOCK_H_
#define _SOC_ICELAKE_BOOTBLOCK_H_
-#include <intelblocks/systemagent.h>
-
/* Bootblock pre console init programming */
void bootblock_cpu_init(void);
void bootblock_pch_early_init(void);
diff --git a/src/soc/intel/icelake/include/soc/cpu.h b/src/soc/intel/icelake/include/soc/cpu.h
index b5722da74230..7d1705800493 100644
--- a/src/soc/intel/icelake/include/soc/cpu.h
+++ b/src/soc/intel/icelake/include/soc/cpu.h
@@ -16,7 +16,6 @@
#ifndef _SOC_ICELAKE_CPU_H_
#define _SOC_ICELAKE_CPU_H_
-#include <device/device.h>
#include <intelblocks/msr.h>
/* Latency times in units of 32768ns */