HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50304 )
Change subject: arch/x86/cpu.c: Remove redundant <arch/cpu.h> ......................................................................
arch/x86/cpu.c: Remove redundant <arch/cpu.h>
Change-Id: Iad7f23080814c6606603d9472a1bd34a6b1bd1a9 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/cpu.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/50304/1
diff --git a/src/arch/x86/cpu.c b/src/arch/x86/cpu.c index d054cfe..3230e41 100644 --- a/src/arch/x86/cpu.c +++ b/src/arch/x86/cpu.c @@ -9,7 +9,6 @@ #include <cpu/x86/mp.h> #include <cpu/x86/lapic.h> #include <cpu/x86/tsc.h> -#include <arch/cpu.h> #include <device/path.h> #include <device/device.h> #include <smp/spinlock.h>