diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-30 20:05:37 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-06-01 17:01:04 +0000 |
commit | 4b975bb79fb438c4451eda88a2fcf1c09e074a00 (patch) | |
tree | 332d2785b4e3acf81da2050bc710558d243ff1eb /src/soc/intel/common/block | |
parent | 95d429b1cd0c2ac9f29e55d78f3f50bd6f4f72e2 (diff) |
soc/intel/common/block: Remove unused headers
Change-Id: I8877a70661cacc57ea893da172d9a4b6d19ba06a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41926
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/cpu/cpulib.c | 4 | ||||
-rw-r--r-- | src/soc/intel/common/block/power_limit/power_limit.c | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/intel/common/block/cpu/cpulib.c b/src/soc/intel/common/block/cpu/cpulib.c index c39b453d12..7201432301 100644 --- a/src/soc/intel/common/block/cpu/cpulib.c +++ b/src/soc/intel/common/block/cpu/cpulib.c @@ -9,10 +9,6 @@ #include <intelblocks/cpulib.h> #include <intelblocks/fast_spi.h> #include <intelblocks/msr.h> -#include <soc/cpu.h> -#include <soc/iomap.h> -#include <soc/pm.h> -#include <soc/pci_devs.h> #include <stdint.h> /* diff --git a/src/soc/intel/common/block/power_limit/power_limit.c b/src/soc/intel/common/block/power_limit/power_limit.c index 2ac82b3d3d..e6c65c3a82 100644 --- a/src/soc/intel/common/block/power_limit/power_limit.c +++ b/src/soc/intel/common/block/power_limit/power_limit.c @@ -5,7 +5,6 @@ #include <intelblocks/cpulib.h> #include <intelblocks/power_limit.h> #include <soc/msr.h> -#include <soc/soc_chip.h> #include <soc/systemagent.h> /* Convert time in seconds to POWER_LIMIT_1_TIME MSR value */ |