Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41926 )
Change subject: soc/intel/common/block: Remove unused headers ......................................................................
soc/intel/common/block: Remove unused headers
Change-Id: I8877a70661cacc57ea893da172d9a4b6d19ba06a Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/common/block/cpu/cpulib.c M src/soc/intel/common/block/power_limit/power_limit.c 2 files changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/41926/1
diff --git a/src/soc/intel/common/block/cpu/cpulib.c b/src/soc/intel/common/block/cpu/cpulib.c index c39b453..7201432 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 2ac82b3..e6c65c3 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 */