summaryrefslogtreecommitdiff
path: root/src/arch/arm64/bl31.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-29 11:05:31 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-10 20:39:50 +0000
commitb7731574f498dc8fd81c258b248ddfeda3eab5b5 (patch)
tree1a076289a82698a30e539aa0a9dd2d75c403cda0 /src/arch/arm64/bl31.c
parent2d6560873313bf7c2a6e02223b77a4510482cf28 (diff)
downloadcoreboot-b7731574f498dc8fd81c258b248ddfeda3eab5b5.tar.xz
src: Remove unneeded 'include <arch/cache.h>'
Change-Id: I6374bc2d397800d574c7a0cc44079c09394a0673 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37984 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm64/bl31.c')
-rw-r--r--src/arch/arm64/bl31.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm64/bl31.c b/src/arch/arm64/bl31.c
index 3677b41540..c06eee07ca 100644
--- a/src/arch/arm64/bl31.c
+++ b/src/arch/arm64/bl31.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
-#include <arch/cache.h>
#include <arch/lib_helpers.h>
#include <arch/mmu.h>
#include <arch/transition.h>