common: Move ARM cache operations out of common.h
[platform/kernel/u-boot.git] / arch / riscv / lib / smp.c
index cc66f15..7054378 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
 #include <dm.h>
 #include <asm/barrier.h>
 #include <asm/smp.h>