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

@@ -18,6 +18,7 @@
#include <string.h>
#include <arch/acpi.h>
#include <arch/cpu.h>
#include <bootstate.h>
#include <cbfs.h>
#include <cbmem.h>

View File

@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
#include <arch/cpu.h>
#include <arch/io.h>
#include <console/console.h>
#include <gic.h>

View File

@@ -15,7 +15,6 @@
*/
#include <stdint.h>
#include <arch/cpu.h>
#include <console/console.h>
#include <device/device.h>
#include "w83793.h"

View File

@@ -14,6 +14,7 @@
* GNU General Public License for more details.
*/
#include <arch/cpu.h>
#include <cbmem.h>
#include <console/console.h>
#include <cpu/x86/mtrr.h>

View File

@@ -13,7 +13,6 @@
#include <security/vboot/antirollback.h>
#include <arch/io.h>
#include <arch/cpu.h>
#include <arch/symbols.h>
#include <assert.h>
#include <cbfs.h>

View File

@@ -10,7 +10,6 @@
* (at your option) any later version.
*/
#include <arch/cpu.h>
#include <bootstate.h>
#include <console/console.h>
#include <fsp/util.h>

View File

@@ -10,7 +10,6 @@
* (at your option) any later version.
*/
#include <arch/cpu.h>
#include <cbfs.h>
#include <cbmem.h>
#include <commonlib/fsp.h>

View File

@@ -9,7 +9,6 @@
* (at your option) any later version.
*/
#include <arch/cpu.h>
#include <console/console.h>
#include <fsp/util.h>
#include <lib.h>