Merge branch 'renesas/cleanup2' into next/soc
authorOlof Johansson <olof@lixom.net>
Sat, 12 Jul 2014 16:43:40 +0000 (09:43 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 12 Jul 2014 16:43:40 +0000 (09:43 -0700)
Merging in as base to resolve a merge conflict with later soc branch
locally.

1  2 
arch/arm/mach-shmobile/setup-r8a7790.c
arch/arm/mach-shmobile/smp-r8a7790.c

@@@ -324,10 -319,8 +319,10 @@@ static const char * const r8a7790_board
  
  DT_MACHINE_START(R8A7790_DT, "Generic R8A7790 (Flattened Device Tree)")
        .smp            = smp_ops(r8a7790_smp_ops),
-       .init_early     = r8a7790_init_early,
+       .init_early     = shmobile_init_delay,
        .init_time      = rcar_gen2_timer_init,
 +      .init_late      = shmobile_init_late,
 +      .reserve        = rcar_gen2_reserve,
        .dt_compat      = r8a7790_boards_compat_dt,
  MACHINE_END
  #endif /* CONFIG_USE_OF */
Simple merge