diff options
-rw-r--r-- | include/linux/regulator/consumer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index e530681bea70..94719e8dce04 100644 --- a/include/linux/regulator/consumer.h +++ b/include/linux/regulator/consumer.h | |||
@@ -397,6 +397,12 @@ static inline int regulator_set_voltage(struct regulator *regulator, | |||
397 | return 0; | 397 | return 0; |
398 | } | 398 | } |
399 | 399 | ||
400 | static inline int regulator_set_voltage_time(struct regulator *regulator, | ||
401 | int old_uV, int new_uV) | ||
402 | { | ||
403 | return 0; | ||
404 | } | ||
405 | |||
400 | static inline int regulator_get_voltage(struct regulator *regulator) | 406 | static inline int regulator_get_voltage(struct regulator *regulator) |
401 | { | 407 | { |
402 | return -EINVAL; | 408 | return -EINVAL; |