diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-27 09:41:02 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-12 09:22:18 +0000 |
commit | d2b9ec13622d34714b4ecf8b9daf53b32665d3d7 (patch) | |
tree | 205a6f66c9ece4b05010b0c33a8c174bc954249c /src/arch/x86 | |
parent | a9a1913d4d3f27f681b6ef980f064b57da8c1a68 (diff) |
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>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/acpi_s3.c | 2 | ||||
-rw-r--r-- | src/arch/x86/mpspec.c | 1 | ||||
-rw-r--r-- | src/arch/x86/tables.c | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/x86/acpi_s3.c b/src/arch/x86/acpi_s3.c index 71267f033b..ad9fe0066b 100644 --- a/src/arch/x86/acpi_s3.c +++ b/src/arch/x86/acpi_s3.c @@ -16,8 +16,8 @@ #include <console/console.h> #include <string.h> #include <arch/acpi.h> +#include <arch/cpu.h> #include <cbmem.h> -#include <cpu/cpu.h> #include <fallback.h> #include <timestamp.h> #include <program_loading.h> diff --git a/src/arch/x86/mpspec.c b/src/arch/x86/mpspec.c index 8dd902e1d7..b44662d38b 100644 --- a/src/arch/x86/mpspec.c +++ b/src/arch/x86/mpspec.c @@ -16,7 +16,6 @@ #include <console/console.h> #include <device/path.h> #include <device/pci_ids.h> -#include <cpu/cpu.h> #include <arch/smp/mpspec.h> #include <string.h> #include <arch/cpu.h> diff --git a/src/arch/x86/tables.c b/src/arch/x86/tables.c index 0bab4234c9..5319c690f2 100644 --- a/src/arch/x86/tables.c +++ b/src/arch/x86/tables.c @@ -16,7 +16,6 @@ */ #include <console/console.h> -#include <cpu/cpu.h> #include <bootmem.h> #include <bootstate.h> #include <boot/tables.h> |