From: Ulf Hansson Date: Tue, 2 Apr 2013 23:06:27 +0000 (+0200) Subject: mfd: ab8500: sysctrl: Initialize driver at arch_initcall X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa62d642634e25cf4316b286abac54a70fd5a6a;p=pandora-kernel.git mfd: ab8500: sysctrl: Initialize driver at arch_initcall The abx500-clk driver is initiated at arch_initcall level. Moreover it is relying on the ab8500-sysctrl API to be available. Therefore move ab8500-sysctrl to arch_initcall level as well. The device is already added before the abx500 clk device, thus it will be probed before as well, which is exactly what we want. Signed-off-by: Ulf Hansson Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed