kernel/include/linux/regulator/consumer.h
.. .. @@ -488,6 +488,11 @@ 488 488 return 0; 489 489 } 490 490 491 +static inline unsigned int regulator_get_linear_step(struct regulator *regulator)492 +{493 + return 0;494 +}495 +491 496 static inline int regulator_set_current_limit(struct regulator *regulator, 492 497 int min_uA, int max_uA) 493 498 {