]> git.sur5r.net Git - u-boot/blobdiff - fs/ext4/ext4_write.c
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
[u-boot] / fs / ext4 / ext4_write.c
index fbc4c4b1cc1a48e2f458a0ef30df97b451d40675..d346c065cd8a75e7f9dc3d1440b6aad951b50ebf 100644 (file)
@@ -23,6 +23,7 @@
 
 
 #include <common.h>
+#include <memalign.h>
 #include <linux/stat.h>
 #include <div64.h>
 #include "ext4_common.h"