diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-04-30 20:33:27 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-28 18:18:12 -0400 |
commit | b79dbdefd2be0980c58b5e36fdc23eb14a7caab4 (patch) | |
tree | 303c167fb1eddc68441030c31fd602e982844cea /arch/arm/mach-davinci/include | |
parent | 96ed299fdb572fd694d361dc49285dddc0c87da4 (diff) |
davinci: remove remnants of IRAM allocator
Remove remnants of dm6446-specific SRAM allocator, as preparation for
a more generic replacement.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/edma.h | 4 | ||||
-rw-r--r-- | arch/arm/mach-davinci/include/mach/memory.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-davinci/include/mach/edma.h b/arch/arm/mach-davinci/include/mach/edma.h index f6fc5396dafc..24a379239d7f 100644 --- a/arch/arm/mach-davinci/include/mach/edma.h +++ b/arch/arm/mach-davinci/include/mach/edma.h | |||
@@ -208,10 +208,6 @@ void edma_clear_event(unsigned channel); | |||
208 | void edma_pause(unsigned channel); | 208 | void edma_pause(unsigned channel); |
209 | void edma_resume(unsigned channel); | 209 | void edma_resume(unsigned channel); |
210 | 210 | ||
211 | /* UNRELATED TO DMA */ | ||
212 | int davinci_alloc_iram(unsigned size); | ||
213 | void davinci_free_iram(unsigned addr, unsigned size); | ||
214 | |||
215 | /* platform_data for EDMA driver */ | 211 | /* platform_data for EDMA driver */ |
216 | struct edma_soc_info { | 212 | struct edma_soc_info { |
217 | 213 | ||
diff --git a/arch/arm/mach-davinci/include/mach/memory.h b/arch/arm/mach-davinci/include/mach/memory.h index 86c25c7f3ce3..c712c7cdf38f 100644 --- a/arch/arm/mach-davinci/include/mach/memory.h +++ b/arch/arm/mach-davinci/include/mach/memory.h | |||
@@ -21,7 +21,6 @@ | |||
21 | * Definitions | 21 | * Definitions |
22 | **************************************************************************/ | 22 | **************************************************************************/ |
23 | #define DAVINCI_DDR_BASE 0x80000000 | 23 | #define DAVINCI_DDR_BASE 0x80000000 |
24 | #define DAVINCI_IRAM_BASE 0x00008000 /* ARM Internal RAM */ | ||
25 | 24 | ||
26 | #define PHYS_OFFSET DAVINCI_DDR_BASE | 25 | #define PHYS_OFFSET DAVINCI_DDR_BASE |
27 | 26 | ||