diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-08 08:18:18 +0100 |
---|---|---|
committer | Martin L Roth <martinroth@google.com> | 2022-04-24 21:20:57 +0000 |
commit | fbe8cb62d73caebc40e341616ee78f1e1cadeb90 (patch) | |
tree | ca35b49674505be24b924a8449165c791ed0f9d6 /src/arch | |
parent | 43529c8b20611af9dccc783bc4196ec87279070b (diff) |
{arch,cpu}: Remove redundant <arch/cpu.h>
<arch/cpu.h> is chain included through <cpu/cpu.h>.
Change-Id: I54a837394f67ac2a759907c7212ab947d07338dc
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60931
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <martinroth@google.com>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/mpspec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/mpspec.c b/src/arch/x86/mpspec.c index ba0c4f70ee..93058f1db2 100644 --- a/src/arch/x86/mpspec.c +++ b/src/arch/x86/mpspec.c @@ -6,7 +6,6 @@ #include <arch/ioapic.h> #include <arch/smp/mpspec.h> #include <string.h> -#include <arch/cpu.h> #include <cpu/cpu.h> #include <cpu/x86/lapic.h> #include <drivers/generic/ioapic/chip.h> |