From: Mark Brown Date: Wed, 21 Jan 2009 14:08:40 +0000 (+0000) Subject: regulator: Hoist struct regulator_dev out of core to fix notifiers X-Git-Tag: v2.6.30-rc1~227^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa9ad52b07811ebf258f3f6907de8dbf020ec2d;p=pandora-kernel.git regulator: Hoist struct regulator_dev out of core to fix notifiers Commit 872ed3fe176833f7d43748eb88010da4bbd2f983 caused regulator drivers to take the struct regulator_dev lock themselves which requires that the struct be visible to them. Band aid this by making the struct visible. Signed-off-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed