From: Philipp Zabel Date: Sun, 18 Jan 2009 13:32:27 +0000 (+0100) Subject: regulator: move bq24022 init back to module_init instead of subsys_initcall X-Git-Tag: v2.6.29-rc4~83^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf503e6bec3f2d28298808454eebde031ab5b5b;p=pandora-kernel.git regulator: move bq24022 init back to module_init instead of subsys_initcall This workaround was needed when regulator/ was not linked before both power/ and usb/otg/ in drivers/Makefile. Now that it is even linked before mfd/, this patch makes sure that bq24022 isn't probed before the GPIO expander is set up. Signed-off-by: Philipp Zabel Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed