Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3865e11d authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Mark Brown
Browse files

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: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 978371cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ struct mc13xxx_regulator {
	int vsel_reg;
	int vsel_shift;
	int vsel_mask;
	int hi_bit;
};

struct mc13xxx_regulator_priv {