Commit 029dd3cefa46ecdd879f9b4e2df3bdf4371cc22c

Authored by Mark Brown
1 parent 5bab305d3c

regulator: twl: Remove another unused variable warning

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff

drivers/regulator/twl-regulator.c
... ... @@ -650,13 +650,6 @@
650 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 654 * SMPS status and control
662 655 */