summaryrefslogtreecommitdiff
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 (GMT)
committerMike Frysinger <vapier@gentoo.org>2009-06-12 10:11:50 (GMT)
commitc72aa0794a0ecc0b87ba9d5546215c26c8c80668 (patch)
tree7bd394bac5e1aa831b21e6dafe9cb149e094887d /arch/blackfin/mm/blackfin_sram.h
parentd1800fe0e50ed22673cd895f2b0a7c2b79d3010a (diff)
downloadlinux-fsl-qoriq-c72aa0794a0ecc0b87ba9d5546215c26c8c80668.tar.xz
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 8cb0945..bc00628 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