mmu-common.c needs things from mmu-common.h, but not from mmu.h, so include the former instead. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/cpu/mmu-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/mmu-common.c b/arch/arm/cpu/mmu-common.c index 488a189f1c..e6cc3b974f 100644 --- a/arch/arm/cpu/mmu-common.c +++ b/arch/arm/cpu/mmu-common.c @@ -11,7 +11,7 @@ #include <asm/system.h> #include <asm/barebox-arm.h> #include <memory.h> -#include "mmu.h" +#include "mmu-common.h" void dma_sync_single_for_cpu(dma_addr_t address, size_t size, enum dma_data_direction dir) -- 2.39.2