Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283089
b: refs/heads/master
c: b62581e
h: refs/heads/master
i:
  283087: 3801051
v: v3
  • Loading branch information
Andrew Lynn authored and Linus Torvalds committed Jan 11, 2012
1 parent 1d9547c commit 9971889
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 10d065e65b0be33e868f9c6da67026b5111480d8
refs/heads/master: b62581e6241c33b9fef45117f86830058738371f
2 changes: 2 additions & 0 deletions trunk/drivers/rtc/rtc-ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ static int __devinit ab8500_rtc_probe(struct platform_device *pdev)
return -ENODEV;
}

device_init_wakeup(&pdev->dev, true);

rtc = rtc_device_register("ab8500-rtc", &pdev->dev, &ab8500_rtc_ops,
THIS_MODULE);
if (IS_ERR(rtc)) {
Expand Down

0 comments on commit 9971889

Please sign in to comment.