瀏覽代碼

regulator: mc13xxx: Remove unused field "hi_bit"

Field "hi_bit" is not used anywhere in the driver.
This patch removes this excess field.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Mark Brown <broonie@linaro.org>
Alexander Shiyan 11 年之前
父節點
當前提交
3865e11d7b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/regulator/mc13xxx.h

+ 0 - 1
drivers/regulator/mc13xxx.h

@@ -21,7 +21,6 @@ struct mc13xxx_regulator {
 	int vsel_reg;
 	int vsel_shift;
 	int vsel_mask;
-	int hi_bit;
 };
 
 struct mc13xxx_regulator_priv {