Commit 5f985cf1 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Arnd Bergmann

ARM: samsung: remove obsoleted init_consistent_dma_size()

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Acked-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 77b67063
...@@ -155,7 +155,6 @@ void __init s3c64xx_init_io(struct map_desc *mach_desc, int size) ...@@ -155,7 +155,6 @@ void __init s3c64xx_init_io(struct map_desc *mach_desc, int size)
/* initialise the io descriptors we need for initialisation */ /* initialise the io descriptors we need for initialisation */
iotable_init(s3c_iodesc, ARRAY_SIZE(s3c_iodesc)); iotable_init(s3c_iodesc, ARRAY_SIZE(s3c_iodesc));
iotable_init(mach_desc, size); iotable_init(mach_desc, size);
init_consistent_dma_size(SZ_8M);
/* detect cpu id */ /* detect cpu id */
s3c64xx_init_cpu(); s3c64xx_init_cpu();
......
...@@ -187,7 +187,6 @@ void __init s5p6440_map_io(void) ...@@ -187,7 +187,6 @@ void __init s5p6440_map_io(void)
s5p6440_default_sdhci2(); s5p6440_default_sdhci2();
iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc)); iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc));
init_consistent_dma_size(SZ_8M);
} }
void __init s5p6450_map_io(void) void __init s5p6450_map_io(void)
...@@ -202,7 +201,6 @@ void __init s5p6450_map_io(void) ...@@ -202,7 +201,6 @@ void __init s5p6450_map_io(void)
s5p6450_default_sdhci2(); s5p6450_default_sdhci2();
iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6450_iodesc)); iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6450_iodesc));
init_consistent_dma_size(SZ_8M);
} }
/* /*
......
...@@ -169,8 +169,6 @@ void __init s5pv210_init_io(struct map_desc *mach_desc, int size) ...@@ -169,8 +169,6 @@ void __init s5pv210_init_io(struct map_desc *mach_desc, int size)
void __init s5pv210_map_io(void) void __init s5pv210_map_io(void)
{ {
init_consistent_dma_size(14 << 20);
/* initialise device information early */ /* initialise device information early */
s5pv210_default_sdhci0(); s5pv210_default_sdhci0();
s5pv210_default_sdhci1(); s5pv210_default_sdhci1();
......
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