diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-08-20 06:04:17 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-20 19:21:41 +0400 |
commit | 29b9c318025bece77d019eada2dee856e3ca50b2 (patch) | |
tree | 986a638aee31301b99636bb20f0f8cabab3f5a0f /drivers/regulator/max77802.c | |
parent | 4ece7045eb7cceaff9667b4ee2eec78915d3ee3b (diff) | |
download | linux-29b9c318025bece77d019eada2dee856e3ca50b2.tar.xz |
regulator: max77802: Remove unused fields from struct max77802_regulator_prv
Both num_regulators and *rdev[MAX77802_REG_MAX] are not used, remove them.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/max77802.c')
-rw-r--r-- | drivers/regulator/max77802.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/max77802.c b/drivers/regulator/max77802.c index 5f022f859d49..ad1caa902ef0 100644 --- a/drivers/regulator/max77802.c +++ b/drivers/regulator/max77802.c @@ -65,8 +65,6 @@ static unsigned int ramp_table_77802_4bit[] = { }; struct max77802_regulator_prv { - int num_regulators; - struct regulator_dev *rdev[MAX77802_REG_MAX]; unsigned int opmode[MAX77802_REG_MAX]; }; |