Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282202
b: refs/heads/master
c: 935a521
h: refs/heads/master
v: v3
  • Loading branch information
MyungJoo Ham authored and Mark Brown committed Jan 2, 2012
1 parent 058e990 commit 5172899
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b2296bd43e781976743354c668a356b0df98e1da
refs/heads/master: 935a521066113e16c15b842852ed681bbbdfbc63
5 changes: 5 additions & 0 deletions trunk/include/linux/regulator/consumer.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ static inline int regulator_disable(struct regulator *regulator)
return 0;
}

static inline int regulator_force_disable(struct regulator *regulator)
{
return 0;
}

static inline int regulator_disable_deferred(struct regulator *regulator,
int ms)
{
Expand Down

0 comments on commit 5172899

Please sign in to comment.