aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@openmoko.org>2009-01-05 10:33:28 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2009-01-05 10:33:28 +0000
commit276709515c384f4239c9479b56fcf008ae37eec8 (patch)
tree331995beed2e1e174552073f2b4bd38a3a963828 /drivers/regulator
parentbcd4eff43a16ed339d4b17141d8828e9228b2d52 (diff)
pcf50633 remove suspend_enable/disable regulator functions
Since we don't switch to PMU.standby, on suspend we should not be defining these. Btw, this fixes the WSOD I observed on andy-tracking and also gets rid of the regulator related backtrace seen upon resume. Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/pcf50633-regulator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/pcf50633-regulator.c b/drivers/regulator/pcf50633-regulator.c
index 343f43e2392..d284200e8ab 100644
--- a/drivers/regulator/pcf50633-regulator.c
+++ b/drivers/regulator/pcf50633-regulator.c
@@ -249,8 +249,6 @@ struct regulator_ops pcf50633_regulator_ops = {
.enable = pcf50633_regulator_enable,
.disable = pcf50633_regulator_disable,
.is_enabled = pcf50633_regulator_is_enabled,
- .set_suspend_enable = pcf50633_regulator_enable,
- .set_suspend_disable = pcf50633_regulator_disable,
};
static struct regulator_desc regulators[] = {