Commit 029dd3ce authored by Mark Brown's avatar Mark Brown

regulator: twl: Remove another unused variable warning

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 5bab305d
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment