diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-09 08:16:21 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-13 02:52:36 -0500 |
commit | b022e17b1c7ec43f435fb568d38e888c65d6d77e (patch) | |
tree | 52c7d8d6a992319205343b71e7d5fd3d0d952406 /arch/arm/plat-omap | |
parent | e8ead7b50d1608710604b953e908dc02e949b723 (diff) |
OMAP: common.c: remove init call to vram
OMAP specific vram allocator is no longer used, and we can remove init
call to the vram allocator.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/common.c b/arch/arm/plat-omap/common.c index 111315a69354..d21ed18355ae 100644 --- a/arch/arm/plat-omap/common.c +++ b/arch/arm/plat-omap/common.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/dma-mapping.h> | 17 | #include <linux/dma-mapping.h> |
18 | 18 | ||
19 | #include <plat/common.h> | 19 | #include <plat/common.h> |
20 | #include <plat/vram.h> | ||
21 | #include <linux/platform_data/dsp-omap.h> | 20 | #include <linux/platform_data/dsp-omap.h> |
22 | #include <plat/dma.h> | 21 | #include <plat/dma.h> |
23 | 22 | ||
@@ -25,7 +24,6 @@ | |||
25 | 24 | ||
26 | void __init omap_reserve(void) | 25 | void __init omap_reserve(void) |
27 | { | 26 | { |
28 | omap_vram_reserve_sdram_memblock(); | ||
29 | omap_dsp_reserve_sdram_memblock(); | 27 | omap_dsp_reserve_sdram_memblock(); |
30 | omap_secure_ram_reserve_memblock(); | 28 | omap_secure_ram_reserve_memblock(); |
31 | omap_barrier_reserve_memblock(); | 29 | omap_barrier_reserve_memblock(); |