summaryrefslogtreecommitdiffstats
path: root/arch/riscv/lib/reloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/lib/reloc.c')
-rw-r--r--arch/riscv/lib/reloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/lib/reloc.c b/arch/riscv/lib/reloc.c
index 479d586afd..da53c50448 100644
--- a/arch/riscv/lib/reloc.c
+++ b/arch/riscv/lib/reloc.c
@@ -5,7 +5,7 @@
#include <linux/linkage.h>
#include <asm/sections.h>
#include <asm/barebox-riscv.h>
-#include <asm/cacheflush.h>
+#include <asm/cache.h>
#include <debug_ll.h>
#include <asm-generic/module.h>