diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2009-06-02 08:26:04 +0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-06-02 09:54:36 +0400 |
commit | 77bc7ac87d0d6df1ea099a44e8fc4e998e409606 (patch) | |
tree | 582f48f0d596347b67981c87b3e36862dcc4a9a4 /arch/microblaze | |
parent | fee3c55d7fb9486f02d3285678d58e433ffe3c2a (diff) | |
download | linux-77bc7ac87d0d6df1ea099a44e8fc4e998e409606.tar.xz |
microblaze: remove unused flat_stack_align() definition
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | 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 acf0da543ef1..6847c1512c7b 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)) |