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
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <lib.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/cbfs.h>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <lib.h>
|
||||
@@ -36,7 +35,6 @@
|
||||
#include <southbridge/intel/fsp_bd82x6x/pch.h>
|
||||
#include <southbridge/intel/fsp_bd82x6x/gpio.h>
|
||||
#include <southbridge/intel/fsp_bd82x6x/me.h>
|
||||
#include <arch/cpu.h>
|
||||
#include "gpio.h"
|
||||
|
||||
#define SIO_PORT 0x164e
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include <northbridge/intel/sandybridge/raminit_native.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <halt.h>
|
||||
|
||||
#define SIO_PORT 0x164e
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
|
||||
#include <soc/acpi.h>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <southbridge/intel/fsp_rangeley/soc.h>
|
||||
#include <southbridge/intel/fsp_rangeley/gpio.h>
|
||||
#include <southbridge/intel/fsp_rangeley/romstage.h>
|
||||
#include <arch/cpu.h>
|
||||
#include "gpio.h"
|
||||
|
||||
static void interrupt_routing_config(void)
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <southbridge/intel/fsp_rangeley/soc.h>
|
||||
#include <southbridge/intel/fsp_rangeley/gpio.h>
|
||||
#include <southbridge/intel/fsp_rangeley/romstage.h>
|
||||
#include <arch/cpu.h>
|
||||
#include "gpio.h"
|
||||
|
||||
static void interrupt_routing_config(void)
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include <string.h>
|
||||
#include <lib.h>
|
||||
#include <timestamp.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pnp_def.h>
|
||||
|
||||
Reference in New Issue
Block a user