cpu/x86/name/name.c: Clean up includes
Also sort includes alphabetically. Change-Id: I49615434b140601ce599b4a63aa42c82874bd0f7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44315 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a8817fc05f
commit
9660f06634
|
@ -1,9 +1,9 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <string.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <device/device.h>
|
||||
#include <cpu/x86/name.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
void fill_processor_name(char *processor_name)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue