Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376969
b: refs/heads/master
c: 558c61e
h: refs/heads/master
i:
  376967: 52f1f6d
v: v3
  • Loading branch information
Johan Hovold authored and Linus Torvalds committed Jun 12, 2013
1 parent 47d33ba commit 9144e92
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: e099127169429c19544a8f55dd26937fddd5b1f4
refs/heads/master: 558c61e5579a81551c0d6c2deaed1da3c7bf714a
2 changes: 2 additions & 0 deletions trunk/drivers/rtc/rtc-at91rm9200.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,13 @@ static int at91_rtc_resume(struct device *dev)

static SIMPLE_DEV_PM_OPS(at91_rtc_pm_ops, at91_rtc_suspend, at91_rtc_resume);

#ifdef CONFIG_OF
static const struct of_device_id at91_rtc_dt_ids[] = {
{ .compatible = "atmel,at91rm9200-rtc" },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, at91_rtc_dt_ids);
#endif

static struct platform_driver at91_rtc_driver = {
.remove = __exit_p(at91_rtc_remove),
Expand Down

0 comments on commit 9144e92

Please sign in to comment.