Merge tag 'renesas-cleanup-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Fri, 5 Sep 2014 15:42:18 +0000 (17:42 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 5 Sep 2014 15:42:18 +0000 (17:42 +0200)
Merge "Renesas ARM Based SoC Cleanup Updates for v3.18" from Simon Horman:

* Remove Genmai board code

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'renesas-cleanup-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: r7s72100: Remove legacy board support
  ARM: shmobile: r7s72100: genmai: Remove legacy board file
  ARM: shmobile: r7s72100: genmai: Remove reference board file

1  2 
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/setup-r7s72100.c

Simple merge
@@@ -32,7 -31,5 +31,6 @@@ static const char *r7s72100_boards_comp
  
  DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
        .init_early     = shmobile_init_delay,
 +      .init_late      = shmobile_init_late,
        .dt_compat      = r7s72100_boards_compat_dt,
  MACHINE_END
- #endif /* CONFIG_USE_OF */