summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/elkhartlake
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2021-11-21 02:15:40 +0530
committerSubrata Banik <subrata.banik@intel.com>2021-11-22 08:02:48 +0000
commit6973a3e7c481efc89845ecc3c78d7994a3e48b3c (patch)
tree806265cd5e8db8f1ff278e667e0bc09a2331522f /src/soc/intel/elkhartlake
parentb2e8bd83647f664260120fdfc7d07cba694dd89e (diff)
downloadcoreboot-6973a3e7c481efc89845ecc3c78d7994a3e48b3c.tar.gz
coreboot-6973a3e7c481efc89845ecc3c78d7994a3e48b3c.tar.bz2
coreboot-6973a3e7c481efc89845ecc3c78d7994a3e48b3c.zip
soc/intel/{adl,ehl,jsl,tgl}: Remove unused header `thermal.h`
This patch removes unused header inclusion as <intelblocks/thermal.h> from several SoC finalize.c files. Change-Id: Ic9ac0ffb352686af22cc9d11b61f904238eef278 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59510 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Diffstat (limited to 'src/soc/intel/elkhartlake')
-rw-r--r--src/soc/intel/elkhartlake/finalize.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/elkhartlake/finalize.c b/src/soc/intel/elkhartlake/finalize.c
index d415a1d2b838..ba1b2c4845bf 100644
--- a/src/soc/intel/elkhartlake/finalize.c
+++ b/src/soc/intel/elkhartlake/finalize.c
@@ -11,7 +11,6 @@
#include <intelblocks/pmclib.h>
#include <intelblocks/systemagent.h>
#include <intelblocks/tco.h>
-#include <intelblocks/thermal.h>
#include <intelpch/lockdown.h>
#include <soc/p2sb.h>
#include <soc/pci_devs.h>