diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-11 20:42:14 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-16 02:38:57 +0000 |
commit | a1009da9020d3a569799901d5048f64e45831f1e (patch) | |
tree | d143cca2e12d84fe93b581aa48d0e8c5db873a7d /src/soc/intel/common | |
parent | 910a63ce0df93f8f22d6346c72fcf9b3b831ac13 (diff) |
soc/intel: Remove unused <cpu/intel/common/common.h>
Change-Id: I25d112941db8214a7e450de5fb512ef8c2c5f5e2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61006
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/cpu/cpulib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cpu/cpulib.c b/src/soc/intel/common/block/cpu/cpulib.c index 2209b742c7..d4edc8fd98 100644 --- a/src/soc/intel/common/block/cpu/cpulib.c +++ b/src/soc/intel/common/block/cpu/cpulib.c @@ -4,7 +4,6 @@ #include <acpi/acpigen.h> #include <console/console.h> #include <cpu/intel/turbo.h> -#include <cpu/intel/common/common.h> #include <cpu/x86/msr.h> #include <arch/cpu.h> #include <intelblocks/cpulib.h> |