diff options
author | Subrata Banik <subrata.banik@intel.com> | 2019-11-01 15:15:36 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2019-11-04 08:20:11 +0000 |
commit | 319b096869e53956d82b0aeeb3e982afc83fdb56 (patch) | |
tree | 76ecfb2eb434275cf3bb0ad9825ad16fc2983b23 /src/soc/intel/icelake/bootblock | |
parent | 6c1b18090dc28111bd362bd9f4ae7d14b6fa5117 (diff) | |
download | coreboot-319b096869e53956d82b0aeeb3e982afc83fdb56.tar.xz |
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>
Diffstat (limited to 'src/soc/intel/icelake/bootblock')
-rw-r--r-- | src/soc/intel/icelake/bootblock/bootblock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/icelake/bootblock/bootblock.c b/src/soc/intel/icelake/bootblock/bootblock.c index db43e50ec8..f348c1be6a 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> |