diff options
Diffstat (limited to 'src/cpu/intel/haswell')
-rw-r--r-- | src/cpu/intel/haswell/bootblock.c | 1 | ||||
-rw-r--r-- | src/cpu/intel/haswell/haswell.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/intel/haswell/bootblock.c b/src/cpu/intel/haswell/bootblock.c index 70a4682175..e05936f59c 100644 --- a/src/cpu/intel/haswell/bootblock.c +++ b/src/cpu/intel/haswell/bootblock.c @@ -12,7 +12,6 @@ */ #include <stdint.h> -#include <arch/cpu.h> #include <arch/bootblock.h> #include <cpu/x86/msr.h> #include <cpu/x86/mtrr.h> diff --git a/src/cpu/intel/haswell/haswell.h b/src/cpu/intel/haswell/haswell.h index 4c67ba82ab..6ffb7e9a58 100644 --- a/src/cpu/intel/haswell/haswell.h +++ b/src/cpu/intel/haswell/haswell.h @@ -15,7 +15,7 @@ #ifndef _CPU_INTEL_HASWELL_H #define _CPU_INTEL_HASWELL_H -#include <arch/cpu.h> +#include <stdint.h> /* Haswell CPU types */ #define HASWELL_FAMILY_MOBILE 0x306c0 |