common: Move some cache and MMU functions out of common.h
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / cpu.c
index d7cffe8b690bfc9d18c24f6ec5c47654dd2476af..2ae46f0357e9526fa34c5b8d2a6533d3b54bd553 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <cpu_func.h>
 #include <asm/system.h>
 
 static void cache_flush(void);