From 276709515c384f4239c9479b56fcf008ae37eec8 Mon Sep 17 00:00:00 2001 From: Balaji Rao Date: Mon, 5 Jan 2009 10:33:28 +0000 Subject: 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 --- drivers/regulator/pcf50633-regulator.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/regulator') 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[] = { -- cgit v1.2.3