diff options
| -rw-r--r-- | include/linux/regulator/consumer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index 528eb1f5273e..ea0fffa5faeb 100644 --- a/include/linux/regulator/consumer.h +++ b/include/linux/regulator/consumer.h | |||
| @@ -498,7 +498,8 @@ static inline unsigned int regulator_get_mode(struct regulator *regulator) | |||
| 498 | return REGULATOR_MODE_NORMAL; | 498 | return REGULATOR_MODE_NORMAL; |
| 499 | } | 499 | } |
| 500 | 500 | ||
| 501 | static inline int regulator_get_error_flags(struct regulator *regulator) | 501 | static inline int regulator_get_error_flags(struct regulator *regulator, |
| 502 | unsigned int *flags) | ||
| 502 | { | 503 | { |
| 503 | return -EINVAL; | 504 | return -EINVAL; |
| 504 | } | 505 | } |
