commit | 1fa9ad52b07811ebf258f3f6907de8dbf020ec2d | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jan 21 14:08:40 2009 +0000 |
committer | Liam Girdwood <lrg@slimlogic.co.uk> | Tue Mar 31 09:56:22 2009 +0100 |
tree | bf2c73e87ed15f2d5e5619392fbc4359b3ca8b08 | |
parent | fefdae42465facfa26d41a7f0010f1ade32c3386 [diff] |
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 <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>