mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 22:14:20 +08:00
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>
This commit is contained in:
parent
e8ead7b50d
commit
b022e17b1c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user