ARM: OMAP: Remove omap_init_consistent_dma_size() omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3-signed
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Nov 2012 08:36:13 +0000 (10:36 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Nov 2012 00:01:19 +0000 (16:01 -0800)
commit6ba54ab4a49bbad736b0254aa6bdf0cb83013815
treeade7145613dc9ee01c001ad044705e19acbe1997
parent873e698067cfa21420576632e1c3387c0f90ce4a
ARM: OMAP: Remove omap_init_consistent_dma_size()

The only thing omap_init_consistent_dma_size() does is increase the
consistent DMA size if CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE is defined.
Increasing the consistent DMA size should no longer be needed with CMA
in place.

This patch removes omap_init_consistent_dma_size() and also
arch/arm/mach-omap2/io.c:omap_common_init_early() which becomes an empty
function.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
[tony@atomide.com: updated for moved dma.h]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/io.c
arch/arm/mach-omap2/io.c
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/common.c [deleted file]
arch/arm/plat-omap/include/plat-omap/dma-omap.h