From: Sebastian Hesselbarth Date: Wed, 4 Sep 2013 12:09:39 +0000 (+0200) Subject: ARM: vt8500: prepare for arch-wide .init_time callback X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~51^2~8^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44089a7f41c88775428f09e90df8fb2b890058a;p=pandora-kernel.git ARM: vt8500: prepare for arch-wide .init_time callback Current vt8500 board init calls of_clk_init() from vtwm_clk_init. To allow consolidation of DT driven .time_init, move of_clock_init() to a temporary .time_init callback that will be removed when arch-wide callback is available. With previous pmc_base parsing helper for vt8500 clock providers, we can also safely remove the call to vtwm_clk_init() and get rid of some includes. Signed-off-by: Sebastian Hesselbarth Acked-by: Tony Prisk Acked-by: Mike Turquette --- Reading git-diff-tree failed