aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mm/blackfin_sram.h
diff options
context:
space:
mode:
authorGraf Yang <graf.yang@analog.com>2009-05-25 04:44:00 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-12 06:11:50 -0400
commitc72aa0794a0ecc0b87ba9d5546215c26c8c80668 (patch)
tree7bd394bac5e1aa831b21e6dafe9cb149e094887d /arch/blackfin/mm/blackfin_sram.h
parentBlackfin: drop unused reserve_pda() function (diff)
downloadlinux-dev-c72aa0794a0ecc0b87ba9d5546215c26c8c80668.tar.xz
linux-dev-c72aa0794a0ecc0b87ba9d5546215c26c8c80668.zip
Blackfin: merge sram init functions
Now that the sram_init() function exists only to call the bfin_sram_init() after the punting of the reserve_pda() function, simply merge the two to avoid pointless overhead. Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mm/blackfin_sram.h')
-rw-r--r--arch/blackfin/mm/blackfin_sram.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mm/blackfin_sram.h b/arch/blackfin/mm/blackfin_sram.h
index 8cb0945563f9..bc0062884fde 100644
--- a/arch/blackfin/mm/blackfin_sram.h
+++ b/arch/blackfin/mm/blackfin_sram.h
@@ -30,7 +30,6 @@
#ifndef __BLACKFIN_SRAM_H__
#define __BLACKFIN_SRAM_H__
-extern void bfin_sram_init(void);
extern void *l1sram_alloc(size_t);
#endif