regulator: twl: Remove another unused variable warning
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 9 Sep 2012 03:08:46 +0000 (11:08 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 9 Sep 2012 03:09:38 +0000 (11:09 +0800)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/twl-regulator.c

index 564acae3eae8eabd3de00f15d140ba53177396a7..7eb986a4074678cb58118577544a10838b8a185a 100644 (file)
@@ -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
  */