From 2d7173d462c66cbbca6a5354c1ac719941e117d9 Mon Sep 17 00:00:00 2001
From: Elyes HAOUAS <ehaouas@noos.fr>
Date: Thu, 23 Apr 2020 16:32:27 +0200
Subject: src: Remove unused 'include <cpu/x86/cache.h>'

Change-Id: I2bf1eb87bb5476dd77b5a56dfe8846e82d414523
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40666
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
 src/cpu/qemu-x86/cache_as_ram_bootblock.S | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/cpu/qemu-x86')

diff --git a/src/cpu/qemu-x86/cache_as_ram_bootblock.S b/src/cpu/qemu-x86/cache_as_ram_bootblock.S
index baf87c8dd8..46ccc3d837 100644
--- a/src/cpu/qemu-x86/cache_as_ram_bootblock.S
+++ b/src/cpu/qemu-x86/cache_as_ram_bootblock.S
@@ -1,7 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /* This file is part of the coreboot project. */
 
-#include <cpu/x86/cache.h>
 #include <cpu/x86/post_code.h>
 
 .global bootblock_pre_c_entry
-- 
cgit v1.2.3