[PATCH] OMAP: RM-680: fix omap2_init_common_hw compile break
Russell King - ARM Linux
linux at arm.linux.org.uk
Thu Dec 16 13:05:14 EST 2010
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.
More information about the linux-arm-kernel
mailing list