Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365789
b: refs/heads/master
c: 8070d05
h: refs/heads/master
i:
  365787: 1df7404
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent ef08ac7 commit c535824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 7d17158c0159e30e968a187cf964a145b9336ab7
refs/heads/master: 8070d0532a7bbe988df4b4360ce739a34a59d199
5 changes: 2 additions & 3 deletions trunk/drivers/rtc/rtc-tps6586x.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,8 @@ static int tps6586x_rtc_resume(struct device *dev)
}
#endif

static const struct dev_pm_ops tps6586x_pm_ops = {
SET_SYSTEM_SLEEP_PM_OPS(tps6586x_rtc_suspend, tps6586x_rtc_resume)
};
static SIMPLE_DEV_PM_OPS(tps6586x_pm_ops, tps6586x_rtc_suspend,
tps6586x_rtc_resume);

static struct platform_driver tps6586x_rtc_driver = {
.driver = {
Expand Down

0 comments on commit c535824

Please sign in to comment.