summaryrefslogtreecommitdiff
path: root/src/arch/arm64/armv8
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/armv8
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/armv8')
-rw-r--r--src/arch/arm64/armv8/exception.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm64/armv8/exception.c b/src/arch/arm64/armv8/exception.c
index 6becf8328e..e2dfea0040 100644
--- a/src/arch/arm64/armv8/exception.c
+++ b/src/arch/arm64/armv8/exception.c
@@ -4,7 +4,6 @@
#include <stdint.h>
#include <types.h>
#include <arch/barrier.h>
-#include <arch/cache.h>
#include <arch/exception.h>
#include <arch/transition.h>
#include <console/console.h>