regulator: Hoist struct regulator_dev out of core to fix notifiers
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 21 Jan 2009 14:08:40 +0000 (14:08 +0000)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Tue, 31 Mar 2009 08:56:22 +0000 (09:56 +0100)
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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>

No differences found