Gitweb: http://git.kernel.org/linus/77bc7ac87d0d6df1ea099a44e8fc4e998e409606 Commit: 77bc7ac87d0d6df1ea099a44e8fc4e998e409606 Parent: fee3c55d7fb9486f02d3285678d58e433ffe3c2a Author: Andrew Morton <akpm@linux-foundation.org> AuthorDate: Mon Jun 1 21:26:04 2009 -0700 Committer: Michal Simek <monstr@monstr.eu> CommitDate: Tue Jun 2 07:54:36 2009 +0200 microblaze: remove unused flat_stack_align() definition Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Michal Simek <monstr@monstr.eu> --- arch/microblaze/include/asm/flat.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/microblaze/include/asm/flat.h b/arch/microblaze/include/asm/flat.h index acf0da5..6847c15 100644 --- a/arch/microblaze/include/asm/flat.h +++ b/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)) -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
