Commit 4247bfe2 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'regulator/topic/stub' into regulator-next

parents 86caa905 1a8f85d4
......@@ -359,6 +359,10 @@ static inline void regulator_set_drvdata(struct regulator *regulator,
{
}
static inline int regulator_count_voltages(struct regulator *regulator)
{
return 0;
}
#endif
static inline int regulator_set_voltage_tol(struct regulator *regulator,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment