diff options
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r-- | src/soc/intel/braswell/acpi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/include/soc/romstage.h | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/placeholders.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/romstage/romstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/smm.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/intel/braswell/acpi.c b/src/soc/intel/braswell/acpi.c index c11adb9d41..f402f54c66 100644 --- a/src/soc/intel/braswell/acpi.c +++ b/src/soc/intel/braswell/acpi.c @@ -23,7 +23,6 @@ #include <cbfs.h> #include <cbmem.h> #include <console/console.h> -#include <cpu/cpu.h> #include <cpu/intel/turbo.h> #include <cpu/x86/msr.h> #include <cpu/x86/smm.h> diff --git a/src/soc/intel/braswell/include/soc/romstage.h b/src/soc/intel/braswell/include/soc/romstage.h index fc4f864942..8fa9c8a713 100644 --- a/src/soc/intel/braswell/include/soc/romstage.h +++ b/src/soc/intel/braswell/include/soc/romstage.h @@ -18,7 +18,6 @@ #define _SOC_ROMSTAGE_H_ #include <stdint.h> -#include <arch/cpu.h> #include <fsp/romstage.h> #include <fsp/util.h> #include <soc/pei_data.h> diff --git a/src/soc/intel/braswell/placeholders.c b/src/soc/intel/braswell/placeholders.c index 8493e3821e..7e633d9b56 100644 --- a/src/soc/intel/braswell/placeholders.c +++ b/src/soc/intel/braswell/placeholders.c @@ -14,7 +14,6 @@ */ #include <arch/acpi.h> -#include <cpu/cpu.h> #include <device/pci_rom.h> #include <soc/acpi.h> diff --git a/src/soc/intel/braswell/romstage/romstage.c b/src/soc/intel/braswell/romstage/romstage.c index 03f9ac07f1..1cbb20bcfc 100644 --- a/src/soc/intel/braswell/romstage/romstage.c +++ b/src/soc/intel/braswell/romstage/romstage.c @@ -18,7 +18,6 @@ #include <cbmem.h> #include <stddef.h> #include <arch/early_variables.h> -#include <arch/cpu.h> #include <arch/io.h> #include <arch/cbfs.h> #include <arch/stages.h> diff --git a/src/soc/intel/braswell/smm.c b/src/soc/intel/braswell/smm.c index 3a7ab1cb69..ae0d80a8d0 100644 --- a/src/soc/intel/braswell/smm.c +++ b/src/soc/intel/braswell/smm.c @@ -17,7 +17,6 @@ #include <arch/io.h> #include <console/console.h> -#include <cpu/cpu.h> #include <cpu/x86/smm.h> #include <device/device.h> #include <device/pci.h> |