Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292081
b: refs/heads/master
c: e24abd6
h: refs/heads/master
i:
  292079: fda31ca
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jan 27, 2012
1 parent f9d6f1f commit 8d4484e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6e740304aa2a49ef09497e6c0bb906ed7987f6b
refs/heads/master: e24abd6ec6c2dabccb825dc41d1725bc496b3a54
6 changes: 6 additions & 0 deletions trunk/include/linux/regulator/consumer.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ static inline int regulator_bulk_get(struct device *dev,
return 0;
}

static inline int devm_regulator_bulk_get(struct device *dev, int num_consumers,
struct regulator_bulk_data *consumers)
{
return 0;
}

static inline int regulator_bulk_enable(int num_consumers,
struct regulator_bulk_data *consumers)
{
Expand Down

0 comments on commit 8d4484e

Please sign in to comment.