From: Sebastian Hesselbarth Date: Wed, 4 Sep 2013 10:24:03 +0000 (+0200) Subject: ARM: call of_clk_init from default time_init handler X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~51^2~8^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4178bac4f6e955869395b30246687d41183a5edb;p=pandora-kernel.git ARM: call of_clk_init from default time_init handler Most DT ARM machs require common clock providers initialized before timers. Currently, arch/arm machs use .init_time to call of_clk_init right before clocksource_of_init. This prevents to remove that callback and use the default one instead. This patch adds a call to of_clk_init() to the default .init_time callback for COMMON_CLK enabled machs to allow to remove custom callbacks where applicable. While at it, also reorder includes alphabetically. Signed-off-by: Sebastian Hesselbarth --- Reading git-diff-tree failed