ARM: plat-omap: remove arch specific special handling for ioremap
A generic version should replace this later. As io.c has become nearly empty, omap_init_consistent_dma_size() is moved into common.c so that io.c can be removed entirely. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Kevin Hilman <khilman@ti.com>
This commit is contained in:
committed by
Nicolas Pitre
parent
3c4c342fea
commit
7146182c7f
@ -322,7 +322,6 @@ void __iomem *omap_irq_base;
|
||||
static void __init omap_common_init_early(void)
|
||||
{
|
||||
omap2_check_revision();
|
||||
omap_ioremap_init();
|
||||
omap_init_consistent_dma_size();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user