diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-08 23:08:46 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-08 23:09:38 -0400 |
| commit | 029dd3cefa46ecdd879f9b4e2df3bdf4371cc22c (patch) | |
| tree | 0e95e384644a4221d800cdbdebc9db253a2a3ef2 /drivers/regulator | |
| parent | 5bab305d3c573afc33b241a53452f6736910b2b4 (diff) | |
regulator: twl: Remove another unused variable warning
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
| -rw-r--r-- | drivers/regulator/twl-regulator.c | 7 |
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 = { | |||
| 650 | .get_status = twl6030reg_get_status, | 650 | .get_status = twl6030reg_get_status, |
| 651 | }; | 651 | }; |
| 652 | 652 | ||
| 653 | static struct regulator_ops twl6030_fixed_resource = { | ||
| 654 | .enable = twl6030reg_enable, | ||
| 655 | .disable = twl6030reg_disable, | ||
| 656 | .is_enabled = twl6030reg_is_enabled, | ||
| 657 | .get_status = twl6030reg_get_status, | ||
| 658 | }; | ||
| 659 | |||
| 660 | /* | 653 | /* |
| 661 | * SMPS status and control | 654 | * SMPS status and control |
| 662 | */ | 655 | */ |
