cpu.c doesn't use anything from mmu.h, so drop its incusion. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Reviewed-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/arm/cpu/cpu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/cpu/cpu.c b/arch/arm/cpu/cpu.c index 5b79dd2a8f..cacd442b28 100644 --- a/arch/arm/cpu/cpu.c +++ b/arch/arm/cpu/cpu.c @@ -18,8 +18,6 @@ #include <asm/cache.h> #include <asm/ptrace.h> -#include "mmu.h" - /** * Enable processor's instruction cache */ -- 2.39.2