Clean up unused arch/early_variables.h header

Change-Id: Ib863e23863ba6d7504b6c4d32de2f1fea4e57fec
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32996
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Arthur Heymans
2019-05-25 09:47:01 +02:00
committed by Patrick Georgi
parent 6d6945b807
commit 8a1b94ccbe
10 changed files with 1 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#include <arch/early_variables.h>
#include <arch/symbols.h>
#include <console/console.h>
#include <cpu/x86/mtrr.h>
#include <fsp/car.h>

View File

@@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/
#include <arch/early_variables.h>
#include <arch/hlt.h>
#include <bootstate.h>
#include <console/console.h>

View File

@@ -18,7 +18,6 @@
#include <stddef.h>
#include <arch/acpi.h>
#include <arch/cbfs.h>
#include <arch/early_variables.h>
#include <assert.h>
#include <console/console.h>
#include <cbmem.h>