Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319706
b: refs/heads/master
c: 12477a3
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Jul 8, 2012
1 parent 1d75304 commit ee97994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1a2f31dfeb09c0c767fc178daa4a1e2855808a7
refs/heads/master: 12477a32ff4265d4188442ff892c94871e81d6f7
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/max77693.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static int max77693_resume(struct device *dev)
return max77693_irq_resume(max77693);
}

const struct dev_pm_ops max77693_pm = {
static const struct dev_pm_ops max77693_pm = {
.suspend = max77693_suspend,
.resume = max77693_resume,
};
Expand Down

0 comments on commit ee97994

Please sign in to comment.