diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/regulator/consumer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index e530681bea70..d60b92a7fc25 100644 --- a/include/linux/regulator/consumer.h +++ b/include/linux/regulator/consumer.h | |||
| @@ -391,6 +391,11 @@ static inline void regulator_bulk_free(int num_consumers, | |||
| 391 | { | 391 | { |
| 392 | } | 392 | } |
| 393 | 393 | ||
| 394 | static inline int regulator_can_change_voltage(struct regulator *regulator) | ||
| 395 | { | ||
| 396 | return 0; | ||
| 397 | } | ||
| 398 | |||
| 394 | static inline int regulator_set_voltage(struct regulator *regulator, | 399 | static inline int regulator_set_voltage(struct regulator *regulator, |
| 395 | int min_uV, int max_uV) | 400 | int min_uV, int max_uV) |
| 396 | { | 401 | { |
