Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365790
b: refs/heads/master
c: e4ae909
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent c535824 commit a4864a0
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: 8070d0532a7bbe988df4b4360ce739a34a59d199
refs/heads/master: e4ae909b34a0a8d799712146a97b6ae67445a49a
5 changes: 2 additions & 3 deletions trunk/drivers/rtc/rtc-tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,8 @@ static int tps65910_rtc_resume(struct device *dev)
}
#endif

static const struct dev_pm_ops tps65910_rtc_pm_ops = {
SET_SYSTEM_SLEEP_PM_OPS(tps65910_rtc_suspend, tps65910_rtc_resume)
};
static SIMPLE_DEV_PM_OPS(tps65910_rtc_pm_ops, tps65910_rtc_suspend,
tps65910_rtc_resume);

static struct platform_driver tps65910_rtc_driver = {
.probe = tps65910_rtc_probe,
Expand Down

0 comments on commit a4864a0

Please sign in to comment.