Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

regulator: twl: Remove another unused variable warning

parent 5bab305d
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -650,13 +650,6 @@ static struct regulator_ops twl6030fixed_ops = {
	.get_status	= twl6030reg_get_status,
	.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
 * SMPS status and control
 */
 */