src: Remove unneeded include "{arch,cpu}/cpu.h"

Change-Id: I17c4fc4e3e2eeef7c720c6a020b37d8f7a0f57a4
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29300
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2018-10-27 09:41:02 +02:00
committed by Patrick Georgi
parent a9a1913d4d
commit d2b9ec1362
228 changed files with 71 additions and 197 deletions

View File

@@ -16,8 +16,6 @@
#ifndef __CPU_AMD_MODEL_10XXX_REV_H__
#define __CPU_AMD_MODEL_10XXX_REV_H__
#include <arch/cpu.h>
int init_processor_name(void);
/* place holder for Family 10 revision code */

View File

@@ -19,7 +19,6 @@
#if !defined(__ASSEMBLER__)
#include <stdint.h>
#include <arch/cpu.h>
/* ROMCC apparently chokes certain clobber registers. */
#if defined(__ROMCC__)