From: Simon Horman Date: Tue, 5 Mar 2013 06:40:42 +0000 (+0900) Subject: clocksource: sh_cmt: Set initcall level to subsys X-Git-Tag: omap-for-v3.10/fixes-for-merge-window~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e903a031402c8dccc675b2f0cf8af40ac89163b0;p=pandora-kernel.git clocksource: sh_cmt: Set initcall level to subsys The reason for this is to ensure that CMT is probed earlier than with its previous initcall level, module init. This came up as a problem with using kzm9g-reference which does not make use of early timers or devices. In that scenario initialisation of SDHI and MMCIF both stall on msleep() calls due to the absence of a initialised clock source. Boot tested on: armadillo800eva, mackerel and kzm9g Signed-off-by: Simon Horman --- Reading git-diff-tree failed