mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 14:26:39 +07:00
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>
This commit is contained in:
parent
4ece7045eb
commit
29b9c31802
@ -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];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user