On Thu, Dec 16, 2010 at 11:27:18AM -0600, Omar Ramirez Luna wrote: > diff --git a/arch/arm/mach-omap2/board-am3517crane.c > b/arch/arm/mach-omap2/board-am3517crane.c > index 8ba4047..781ed25 100644 > --- a/arch/arm/mach-omap2/board-am3517crane.c > +++ b/arch/arm/mach-omap2/board-am3517crane.c > @@ -47,7 +47,8 @@ static void __init am3517_crane_init_irq(void) > omap_board_config = am3517_crane_config; > omap_board_config_size = ARRAY_SIZE(am3517_crane_config); > > - omap2_init_common_hw(NULL, NULL); > + omap2_init_common_infrastructure(); > + omap2_init_common_devices(NULL, NULL); > omap_init_irq();
Once I have the init_early() sorted, hopefully most of the abuse in these callbacks can be moved into the init_early() callback. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html