[RFC 14/17] ARM: tegra: remove .init_time hook to clocksource_of_init

2013-08-19 Thread Sebastian Hesselbarth
clocksource_of_init is called on NULL .init_time hook automatically. Just get rid of it. Signed-off-by: Sebastian Hesselbarth --- Notes: - tegra calls of_clk_init(NULL) in .init_irq already. With of_clk_init checking for multiple calls with NULL argument, it is safe to remove the custom

[RFC 14/17] ARM: tegra: remove .init_time hook to clocksource_of_init

2013-08-19 Thread Sebastian Hesselbarth
clocksource_of_init is called on NULL .init_time hook automatically. Just get rid of it. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Notes: - tegra calls of_clk_init(NULL) in .init_irq already. With of_clk_init checking for multiple calls with NULL argument, it is