diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-02 10:36:13 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-06 16:01:19 -0800 |
commit | 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 (patch) | |
tree | ade7145613dc9ee01c001ad044705e19acbe1997 /arch/arm/mach-omap1/io.c | |
parent | 873e698067cfa21420576632e1c3387c0f90ce4a (diff) | |
download | op-kernel-dev-6ba54ab4a49bbad736b0254aa6bdf0cb83013815.zip op-kernel-dev-6ba54ab4a49bbad736b0254aa6bdf0cb83013815.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-omap1/io.c')
-rw-r--r-- | arch/arm/mach-omap1/io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c index 44389d7..5a3b806 100644 --- a/arch/arm/mach-omap1/io.c +++ b/arch/arm/mach-omap1/io.c @@ -134,7 +134,6 @@ void __init omap1_init_early(void) */ omap1_clk_init(); omap1_mux_init(); - omap_init_consistent_dma_size(); } void __init omap1_init_late(void) |