* Hemant Pedanekar <[email protected]> [110921 10:05]:
> --- a/arch/arm/mach-omap2/board-ti8168evm.c
> +++ b/arch/arm/mach-omap2/board-ti8168evm.c
> @@ -37,16 +37,16 @@ static void __init ti8168_evm_init(void)
>  
>  static void __init ti8168_evm_map_io(void)
>  {
> -     omap2_set_globals_ti816x();
> -     omapti816x_map_common_io();
> +     omap2_set_globals_ti81xx();
> +     omapti81xx_map_common_io();
>  }
>  
>  MACHINE_START(TI8168EVM, "ti8168evm")
>       /* Maintainer: Texas Instruments */
>       .atag_offset    = 0x100,
>       .map_io         = ti8168_evm_map_io,
> -     .init_early     = ti816x_init_early,
> -     .init_irq       = ti816x_init_irq,
> +     .init_early     = ti81xx_init_early,
> +     .init_irq       = ti81xx_init_irq,
>       .timer          = &omap3_timer,
>       .init_machine   = ti8168_evm_init,
>  MACHINE_END

Looks like you still need a minor rebase on the current cleanup
branch as the ti8668_evm_map_io is no longer needed. The cleanup
branch already has Paul's CHIP_IS removal, so that should be
trivial.

Ideally the rename patch would be separate without any functional
changes, maybe you can move the changes and additions to the next
patch?

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to