Skip to content

Commit

Permalink
Revert "regulator: twl: Remove another unused variable warning"
Browse files Browse the repository at this point in the history
This reverts commit 029dd3c.

Signed-off-by: Luciano Coelho <coelho@ti.com>
  • Loading branch information
lucacoelho authored and Luciano Coelho committed May 7, 2013
1 parent ca696bc commit bbf12d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/regulator/twl-regulator.c
Expand Up @@ -649,6 +649,13 @@ 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
*/
Expand Down

0 comments on commit bbf12d8

Please sign in to comment.