arch/x86: Remove unneeded includes

Change-Id: I0b87e2b36a282c773e5f2f4a96c23aeadecb1300
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26751
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Elyes HAOUAS 2018-06-01 14:45:37 +02:00 committed by Patrick Georgi
parent c32c85308f
commit 2bf1d417c5
3 changed files with 0 additions and 11 deletions

View File

@ -12,7 +12,6 @@
*/
#include <stdlib.h>
#include <console/console.h>
#include <cbmem.h>
#include <compiler.h>
#include <arch/acpi.h>

View File

@ -11,15 +11,7 @@
* GNU General Public License for more details.
*/
#include <console/console.h>
#include <cpu/cpu.h>
#include <arch/io.h>
#include <string.h>
#include <cpu/x86/lapic.h>
#include <arch/cpu.h>
#include <device/path.h>
#include <device/device.h>
#include <smp/spinlock.h>
#ifndef __x86_64__
/* Standard macro to see if a specific flag is changeable */

View File

@ -11,10 +11,8 @@
* GNU General Public License for more details.
*/
#include <console/console.h>
#include <arch/io.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
/*
* Functions for accessing PCI configuration space with type 1 accesses