]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit1fa9ad52b07811ebf258f3f6907de8dbf020ec2d
treebf2c73e87ed15f2d5e5619392fbc4359b3ca8b08
parentfefdae42465facfa26d41a7f0010f1ade32c3386
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>
drivers/regulator/core.c
include/linux/regulator/driver.h