mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
regulator: max8973: Remove unused field from 'struct max8973_chip'
The 'struct regulator_dev *rdev' of 'struct max8973_chip' isn't used anywhere in the driver so it can be removed safely. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
21024dee20
commit
9654fbe9cd
1 changed files with 0 additions and 2 deletions
|
@ -93,7 +93,6 @@
|
||||||
struct max8973_chip {
|
struct max8973_chip {
|
||||||
struct device *dev;
|
struct device *dev;
|
||||||
struct regulator_desc desc;
|
struct regulator_desc desc;
|
||||||
struct regulator_dev *rdev;
|
|
||||||
struct regmap *regmap;
|
struct regmap *regmap;
|
||||||
bool enable_external_control;
|
bool enable_external_control;
|
||||||
int dvs_gpio;
|
int dvs_gpio;
|
||||||
|
@ -472,7 +471,6 @@ static int max8973_probe(struct i2c_client *client,
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
max->rdev = rdev;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue