]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - fs/fat/fat.c
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
[people/ms/u-boot.git] / fs / fat / fat.c
index a863644d648068749a5803276d82ed5feca17604..06dcbb70057488b46b4a2d85afb08bbfeb7e2b4c 100644 (file)
@@ -16,6 +16,7 @@
 #include <asm/byteorder.h>
 #include <part.h>
 #include <malloc.h>
+#include <memalign.h>
 #include <linux/compiler.h>
 #include <linux/ctype.h>