diff options
author | Graf Yang | 2009-05-25 04:44:00 +0000 |
---|---|---|
committer | Mike Frysinger | 2009-06-12 06:11:50 -0400 |
commit | c72aa0794a0ecc0b87ba9d5546215c26c8c80668 (patch) | |
tree | 7bd394bac5e1aa831b21e6dafe9cb149e094887d /arch/blackfin/mm/blackfin_sram.h | |
parent | d1800fe0e50ed22673cd895f2b0a7c2b79d3010a (diff) |
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.h | 1 |
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 |