* Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> [121107 23:48]: > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > CC: Tony Lindgren <tony@xxxxxxxxxxx> > --- > arch/arm/mach-omap1/io.c | 1 - > arch/arm/mach-omap2/io.c | 12 ------------ > arch/arm/plat-omap/common.c | 7 ------- > arch/arm/plat-omap/include/plat/dma.h | 1 - > 4 files changed, 21 deletions(-) > > diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c > index 6a5baab..b3d0fb3 100644 > --- a/arch/arm/mach-omap1/io.c > +++ b/arch/arm/mach-omap1/io.c > @@ -134,7 +134,6 @@ void __init omap1_init_early(void) > */ > omap1_clk_init(); > omap1_mux_init(); > - omap_init_consistent_dma_size(); > } > > void __init omap1_init_late(void) > diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c > index 4234d28..2597846 100644 > --- a/arch/arm/mach-omap2/io.c > +++ b/arch/arm/mach-omap2/io.c > @@ -354,11 +354,6 @@ static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data) > return omap_hwmod_set_postsetup_state(oh, *(u8 *)data); > } > > -static void __init omap_common_init_early(void) > -{ > - omap_init_consistent_dma_size(); > -} > - > static void __init omap_hwmod_init_postsetup(void) > { > u8 postsetup_state; ... Thanks we already have a similar patch from Tomi Valkeinen queued in the omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3 branch, so this patch can be dropped. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html