Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296362
b: refs/heads/master
c: a6aecae
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 3, 2012
1 parent 8c6b02c commit 243ecc3
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 2796e397373a15ece69267ed1bbb9f61435a3ac7
refs/heads/master: a6aecae29affdd1a84198afe45ef9e13ecbf9826
9 changes: 8 additions & 1 deletion trunk/drivers/mfd/mcp-sa11x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,14 @@ static int mcp_sa11x0_resume(struct device *dev)
#endif

static const struct dev_pm_ops mcp_sa11x0_pm_ops = {
SET_SYSTEM_SLEEP_PM_OPS(mcp_sa11x0_suspend, mcp_sa11x0_resume)
#ifdef CONFIG_PM_SLEEP
.suspend = mcp_sa11x0_suspend,
.freeze = mcp_sa11x0_suspend,
.poweroff = mcp_sa11x0_suspend,
.resume_noirq = mcp_sa11x0_resume,
.thaw_noirq = mcp_sa11x0_resume,
.restore_noirq = mcp_sa11x0_resume,
#endif
};

static struct platform_driver mcp_sa11x0_driver = {
Expand Down

0 comments on commit 243ecc3

Please sign in to comment.