OMAP: common.c: remove init call to vram
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 Nov 2012 13:16:21 +0000 (15:16 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 13 Nov 2012 07:52:36 +0000 (09:52 +0200)
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>
arch/arm/plat-omap/common.c

index 111315a69354943450be64243490a697bb1e3f23..d21ed18355ae864991afd42c8e0a70c90e8bc610 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/dma-mapping.h>
 
 #include <plat/common.h>
-#include <plat/vram.h>
 #include <linux/platform_data/dsp-omap.h>
 #include <plat/dma.h>
 
@@ -25,7 +24,6 @@
 
 void __init omap_reserve(void)
 {
-       omap_vram_reserve_sdram_memblock();
        omap_dsp_reserve_sdram_memblock();
        omap_secure_ram_reserve_memblock();
        omap_barrier_reserve_memblock();
This page took 0.02455 seconds and 5 git commands to generate.