Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/topic/stub' into regulator-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Dec 10, 2012
2 parents 86caa90 + 1a8f85d commit 4247bfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/linux/regulator/consumer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4247bfe

Please sign in to comment.