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:
Elyes HAOUAS 2020-08-09 10:57:06 +02:00 committed by Patrick Georgi
parent a8817fc05f
commit 9660f06634
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{