hc
2023-11-07 2a9a9d4f6c07f2f23b663fe5fbeac1168a5d1029
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 {