[PATCH 6/7] ARM: u300: remove obsoleted init_consistent_dma_size()

Marek Szyprowski m.szyprowski at samsung.com
Thu Nov 8 02:46:22 EST 2012


Signed-off-by: Marek Szyprowski <m.szyprowski at samsung.com>
CC: Linus Walleij <linus.walleij at linaro.org>
---
 arch/arm/mach-u300/core.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c
index b8efac4..d8632eb 100644
--- a/arch/arm/mach-u300/core.c
+++ b/arch/arm/mach-u300/core.c
@@ -82,8 +82,6 @@ static struct map_desc u300_io_desc[] __initdata = {
 static void __init u300_map_io(void)
 {
 	iotable_init(u300_io_desc, ARRAY_SIZE(u300_io_desc));
-	/* We enable a real big DMA buffer if need be. */
-	init_consistent_dma_size(SZ_4M);
 }
 
 /*
-- 
1.7.9.5




More information about the linux-arm-kernel mailing list