Move malloc_cache_aligned() to its own header
[platform/kernel/u-boot.git] / fs / ubifs / super.c
index 0bf52db..41763a1 100644 (file)
@@ -28,6 +28,9 @@
 #include <linux/writeback.h>
 #else
 
+#include <common.h>
+#include <malloc.h>
+#include <memalign.h>
 #include <linux/compat.h>
 #include <linux/stat.h>
 #include <linux/err.h>