diff options
author | Subrata Banik <subrata.banik@intel.com> | 2021-11-21 02:15:40 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2021-11-22 08:02:48 +0000 |
commit | 6973a3e7c481efc89845ecc3c78d7994a3e48b3c (patch) | |
tree | 806265cd5e8db8f1ff278e667e0bc09a2331522f /src/soc/intel/tigerlake/finalize.c | |
parent | b2e8bd83647f664260120fdfc7d07cba694dd89e (diff) |
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/tigerlake/finalize.c')
-rw-r--r-- | src/soc/intel/tigerlake/finalize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/finalize.c b/src/soc/intel/tigerlake/finalize.c index 3bbd00266b..b50529b6c7 100644 --- a/src/soc/intel/tigerlake/finalize.c +++ b/src/soc/intel/tigerlake/finalize.c @@ -17,7 +17,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> |