mmu.h provides the prototypes for __mmu_cache_* functions, so include it from the file that implements these functions. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/cpu/cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/cache.c b/arch/arm/cpu/cache.c index f4781fe3b3..e86243db53 100644 --- a/arch/arm/cpu/cache.c +++ b/arch/arm/cpu/cache.c @@ -4,6 +4,8 @@ #include <asm/cache.h> #include <asm/system_info.h> +#include "mmu.h" + struct cache_fns { void (*dma_clean_range)(unsigned long start, unsigned long end); void (*dma_flush_range)(unsigned long start, unsigned long end); -- 2.19.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox