Re: [PATCH] clk: renesas: build clk-rcar-gen2.o for R8A7792

2016-06-20 Thread Geert Uytterhoeven
Hi Arnd, On Mon, Jun 20, 2016 at 5:43 PM, Arnd Bergmann wrote: > The newly added support for R8A7792 causes build failures > because we try to call rcar_gen2_clocks_init but that is not > built into the kernel: > > arch/arm/mach-shmobile/built-in.o: In function

Re: [PATCH] clk: renesas: build clk-rcar-gen2.o for R8A7792

2016-06-20 Thread Geert Uytterhoeven
Hi Arnd, On Mon, Jun 20, 2016 at 5:43 PM, Arnd Bergmann wrote: > The newly added support for R8A7792 causes build failures > because we try to call rcar_gen2_clocks_init but that is not > built into the kernel: > > arch/arm/mach-shmobile/built-in.o: In function `rcar_gen2_timer_init': >

Re: [PATCH] clk: renesas: build clk-rcar-gen2.o for R8A7792

2016-06-20 Thread Sergei Shtylyov
Hello. On 06/20/2016 06:43 PM, Arnd Bergmann wrote: The newly added support for R8A7792 causes build failures because we try to call rcar_gen2_clocks_init but that is not built into the kernel: arch/arm/mach-shmobile/built-in.o: In function `rcar_gen2_timer_init': :(.init.text+0x3b0):

Re: [PATCH] clk: renesas: build clk-rcar-gen2.o for R8A7792

2016-06-20 Thread Sergei Shtylyov
Hello. On 06/20/2016 06:43 PM, Arnd Bergmann wrote: The newly added support for R8A7792 causes build failures because we try to call rcar_gen2_clocks_init but that is not built into the kernel: arch/arm/mach-shmobile/built-in.o: In function `rcar_gen2_timer_init': :(.init.text+0x3b0):

[PATCH] clk: renesas: build clk-rcar-gen2.o for R8A7792

2016-06-20 Thread Arnd Bergmann
The newly added support for R8A7792 causes build failures because we try to call rcar_gen2_clocks_init but that is not built into the kernel: arch/arm/mach-shmobile/built-in.o: In function `rcar_gen2_timer_init': :(.init.text+0x3b0): undefined reference to `rcar_gen2_clocks_init' This changes

[PATCH] clk: renesas: build clk-rcar-gen2.o for R8A7792

2016-06-20 Thread Arnd Bergmann
The newly added support for R8A7792 causes build failures because we try to call rcar_gen2_clocks_init but that is not built into the kernel: arch/arm/mach-shmobile/built-in.o: In function `rcar_gen2_timer_init': :(.init.text+0x3b0): undefined reference to `rcar_gen2_clocks_init' This changes