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/cpu/x86 | |
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/cpu/x86')
-rw-r--r-- | src/cpu/x86/mp_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/x86/mp_init.c b/src/cpu/x86/mp_init.c index 81c987b668..51884f64a9 100644 --- a/src/cpu/x86/mp_init.c +++ b/src/cpu/x86/mp_init.c @@ -3,7 +3,6 @@ #include <console/console.h> #include <string.h> #include <rmodule.h> -#include <arch/cpu.h> #include <commonlib/helpers.h> #include <cpu/cpu.h> #include <cpu/intel/microcode.h> |