瀏覽代碼

regulator: twl: Remove another unused variable warning

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 13 年之前
父節點
當前提交
029dd3cefa
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      drivers/regulator/twl-regulator.c

+ 0 - 7
drivers/regulator/twl-regulator.c

@@ -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
  */