Re: [PATCH 21/26] ARM: socfpga: remove custom .init_time hook

2013-09-26 Thread Dinh Nguyen
On Wed, 2013-09-18 at 19:53 +0200, Sebastian Hesselbarth wrote: > With arch/arm calling of_clk_init(NULL) from time_init(), we can now > remove custom .init_time hooks. > > Signed-off-by: Sebastian Hesselbarth > --- > Cc: Olof Johansson > Cc: Arnd Bergmann > Cc: Dinh Nguyen > Cc: Russell King

[PATCH 21/26] ARM: socfpga: remove custom .init_time hook

2013-09-18 Thread Sebastian Hesselbarth
With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. Signed-off-by: Sebastian Hesselbarth --- Cc: Olof Johansson Cc: Arnd Bergmann Cc: Dinh Nguyen Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- ar