From: Tomi Valkeinen Date: Fri, 2 Nov 2012 08:36:13 +0000 (+0200) Subject: ARM: OMAP: Remove omap_init_consistent_dma_size() X-Git-Tag: omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3-signed^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba54ab4a49bbad736b0254aa6bdf0cb83013815;p=pandora-kernel.git 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 Acked-by: Santosh Shilimkar [tony@atomide.com: updated for moved dma.h] Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed