summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/twl-regulator.c
diff options
context:
space:
mode:
authorMark Brown2012-09-09 05:08:46 +0200
committerMark Brown2012-09-09 05:09:38 +0200
commit029dd3cefa46ecdd879f9b4e2df3bdf4371cc22c (patch)
tree0e95e384644a4221d800cdbdebc9db253a2a3ef2 /drivers/regulator/twl-regulator.c
parentregulator: lp872x: remove unnecessary function (diff)
downloadkernel-qcow2-linux-029dd3cefa46ecdd879f9b4e2df3bdf4371cc22c.tar.gz
kernel-qcow2-linux-029dd3cefa46ecdd879f9b4e2df3bdf4371cc22c.tar.xz
kernel-qcow2-linux-029dd3cefa46ecdd879f9b4e2df3bdf4371cc22c.zip
regulator: twl: Remove another unused variable warning
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/twl-regulator.c')
-rw-r--r--drivers/regulator/twl-regulator.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c
index 564acae3eae8..7eb986a40746 100644
--- a/drivers/regulator/twl-regulator.c
+++ b/drivers/regulator/twl-regulator.c
@@ -650,13 +650,6 @@ static struct regulator_ops twl6030fixed_ops = {
.get_status = twl6030reg_get_status,
};
-static struct regulator_ops twl6030_fixed_resource = {
- .enable = twl6030reg_enable,
- .disable = twl6030reg_disable,
- .is_enabled = twl6030reg_is_enabled,
- .get_status = twl6030reg_get_status,
-};
-
/*
* SMPS status and control
*/