commit | cf92e05c0135bc2b1a1b25a3218e31e6d79bad59 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 02 17:24:58 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 17:15:20 2015 -0400 |
tree | 0ccaa4c6fb0edf61e473c58cfcba827c65d9ae15 | |
parent | 6e295186c7fc8bf5be22a05f6ca9602f2bb507f2 [diff] [blame] |
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header Now that we have a new header file for cache-aligned allocation, we should move the stack-based allocation macro there also. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/disk/part_efi.c b/disk/part_efi.c index 5856f93..15627f2 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c
@@ -16,6 +16,7 @@ #include <ide.h> #include <inttypes.h> #include <malloc.h> +#include <memalign.h> #include <part_efi.h> #include <linux/ctype.h>