From: Alexander Shiyan Date: Sun, 8 Jun 2014 11:26:28 +0000 (+0400) Subject: regulator: mc13xxx: Remove unused field "hi_bit" X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3865e11d7b28ae9cf7defb7a6717499f596f30eb;p=deliverable%2Flinux.git 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 Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/mc13xxx.h b/drivers/regulator/mc13xxx.h index 06c8903f182a..2ab9bfd93b4e 100644 --- a/drivers/regulator/mc13xxx.h +++ b/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 {