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:
committed by
Patrick Georgi
parent
a9a1913d4d
commit
d2b9ec1362
@@ -22,7 +22,6 @@
|
||||
#include <arch/smp/mpspec.h>
|
||||
#include <cbmem.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <gpio.h>
|
||||
#include <intelblocks/acpi.h>
|
||||
#include <intelblocks/pmclib.h>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include <bootblock_common.h>
|
||||
#include <cpu/x86/pae.h>
|
||||
#include <device/pci.h>
|
||||
|
@@ -15,7 +15,6 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <arch/cpu.h>
|
||||
#include <assert.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <intelblocks/msr.h>
|
||||
|
@@ -21,7 +21,6 @@
|
||||
#include <bootstate.h>
|
||||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <cpu/x86/mp.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#ifndef _SOC_APOLLOLAKE_ROMSTAGE_H_
|
||||
#define _SOC_APOLLOLAKE_ROMSTAGE_H_
|
||||
|
||||
#include <arch/cpu.h>
|
||||
#include <fsp/api.h>
|
||||
|
||||
void set_max_freq(void);
|
||||
|
Reference in New Issue
Block a user