common: Move some cache and MMU functions out of common.h
[oweals/u-boot.git] / arch / mips / lib / cache.c
index 0ddae30f2c5b7e5559528a114fa88d4527bb8168..502956d050c845f06091dec62cde51c311274a6d 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
 #include <asm/cacheops.h>
 #ifdef CONFIG_MIPS_L2_CACHE
 #include <asm/cm.h>