The patch titled microblaze: remove unused flat_stack_align() definition has been removed from the -mm tree. Its filename was microblaze-remove-unused-flat_stack_align-definition.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: microblaze: remove unused flat_stack_align() definition From: Michal Simek <michal.simek@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/microblaze/include/asm/flat.h | 1 - 1 file changed, 1 deletion(-) diff -puN arch/microblaze/include/asm/flat.h~microblaze-remove-unused-flat_stack_align-definition arch/microblaze/include/asm/flat.h --- a/arch/microblaze/include/asm/flat.h~microblaze-remove-unused-flat_stack_align-definition +++ a/arch/microblaze/include/asm/flat.h @@ -13,7 +13,6 @@ #include <asm/unaligned.h> -#define flat_stack_align(sp) /* nothing needed */ #define flat_argvp_envp_on_stack() 0 #define flat_old_ram_flag(flags) (flags) #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) _ Patches currently in -mm which might be from michal.simek@xxxxxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html