Commit f014335f authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Arnd Bergmann

ARM: u300: remove obsoleted init_consistent_dma_size()

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 86819521
...@@ -82,8 +82,6 @@ static struct map_desc u300_io_desc[] __initdata = { ...@@ -82,8 +82,6 @@ static struct map_desc u300_io_desc[] __initdata = {
static void __init u300_map_io(void) static void __init u300_map_io(void)
{ {
iotable_init(u300_io_desc, ARRAY_SIZE(u300_io_desc)); 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);
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment