From: Mark Brown Date: Mon, 27 Apr 2009 17:21:18 +0000 (+0100) Subject: regulator: Move regulator drivers to subsys_initcall() X-Git-Tag: v2.6.31-rc1~332^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1b22beeff30d870bf2169a37e343e06cb5db3a;p=pandora-kernel.git regulator: Move regulator drivers to subsys_initcall() Regulators need to be available early in init in order to allow them to be available for consumers when requested. This is generally done by registering them at subsys_initcall() time but not all regulator drivers have done that. Convert these drivers to do so in order to mimimise future support. Signed-off-by: Mark Brown Acked-by: Mike Rapoport Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed