projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8681952
)
ARM: u300: remove obsoleted init_consistent_dma_size()
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Thu, 8 Nov 2012 07:46:22 +0000
(08:46 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Tue, 13 Nov 2012 09:13:22 +0000
(10:13 +0100)
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-u300/core.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-u300/core.c
b/arch/arm/mach-u300/core.c
index b8efac4daed89256a8e9dc0257c940af05033fa4..d8632ebb1eaf2134c935bb815694390615b9da64 100644
(file)
--- 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);
}
/*