]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - fs/ubifs/super.c
Move malloc_cache_aligned() to its own header
[people/ms/u-boot.git] / fs / ubifs / super.c
index 0bf52db0cef5c1ce0ecb271ab234e5cd5a174d03..41763a189790041cd311c1fd608a79c186b783e9 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>