The addition of one more rcar-gen2 based SoC caused a build error (again)
in my randconfig builds:
arch/arm/mach-shmobile/setup-rcar-gen2.o: In function `rcar_gen2_timer_init':
setup-rcar-gen2.c:(.init.text+0x200): undefined reference to `rcar_gen2_clocks_init'
I think this has happened twice in the past. Instead of adding each SoC
one at a time, this changes the existing list to always build the
rcar-gen2 related clk files whenever the generic symbol is selected.
Fixes: 1254f607fc3d ("ARM: shmobile: r8a7743: basic SoC support")[...]
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>