summaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-16 12:45:47 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 05:58:50 +0000
commit88f5c7178ebd1bb4137f495192fffe13bbea1c7c (patch)
tree75268f3592321075ee5516fab495375b5b64bdbe /src/arch/x86
parent0420e50b6b0ee25ba7802493caf33b2b6e320da2 (diff)
downloadcoreboot-88f5c7178ebd1bb4137f495192fffe13bbea1c7c.tar.xz
src: Remove unused 'include <arch/cpu.h>'
Change-Id: Iaa236f07aed52ccb8c4839047894a14a9446a109 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36080 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/include/arch/romstage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/include/arch/romstage.h b/src/arch/x86/include/arch/romstage.h
index 15c93f24bd..86d4e63eda 100644
--- a/src/arch/x86/include/arch/romstage.h
+++ b/src/arch/x86/include/arch/romstage.h
@@ -14,7 +14,6 @@
#ifndef __ARCH_ROMSTAGE_H__
#define __ARCH_ROMSTAGE_H__
-#include <arch/cpu.h>
#include <stddef.h>
#include <stdint.h>