diff options
Diffstat (limited to 'include/linux/regulator')
| -rw-r--r-- | include/linux/regulator/driver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 592cd7c642c2..4275cd475eac 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
| @@ -79,7 +79,8 @@ struct regulator_ops { | |||
| 79 | int (*list_voltage) (struct regulator_dev *, unsigned selector); | 79 | int (*list_voltage) (struct regulator_dev *, unsigned selector); |
| 80 | 80 | ||
| 81 | /* get/set regulator voltage */ | 81 | /* get/set regulator voltage */ |
| 82 | int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV); | 82 | int (*set_voltage) (struct regulator_dev *, int min_uV, int max_uV, |
| 83 | unsigned *selector); | ||
| 83 | int (*get_voltage) (struct regulator_dev *); | 84 | int (*get_voltage) (struct regulator_dev *); |
| 84 | 85 | ||
| 85 | /* get/set regulator current */ | 86 | /* get/set regulator current */ |
