hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
kernel/include/linux/regulator/consumer.h
....@@ -488,6 +488,11 @@
488488 return 0;
489489 }
490490
491
+static inline unsigned int regulator_get_linear_step(struct regulator *regulator)
492
+{
493
+ return 0;
494
+}
495
+
491496 static inline int regulator_set_current_limit(struct regulator *regulator,
492497 int min_uA, int max_uA)
493498 {