src: Remove unused 'include <arch/cpu.h>'
Change-Id: Iaa236f07aed52ccb8c4839047894a14a9446a109 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36080 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
committed by
Kyösti Mälkki
parent
0420e50b6b
commit
88f5c7178e
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user