Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310443
b: refs/heads/master
c: fc0830f
h: refs/heads/master
i:
  310441: beb6841
  310439: 2145577
v: v3
  • Loading branch information
Magnus Damm authored and Thomas Gleixner committed May 25, 2012
1 parent 3259d7a commit 4b45bee
Show file tree
Hide file tree
Showing 2 changed files with 8 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: b9dbf9517784084ee9496f9f17f9754c1d021a9e
refs/heads/master: fc0830fe017d02b7b4995b5c402b484b65d9dfc6
7 changes: 7 additions & 0 deletions trunk/drivers/clocksource/em_sti.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,18 @@ static int __devexit em_sti_remove(struct platform_device *pdev)
return -EBUSY; /* cannot unregister clockevent and clocksource */
}

static const struct of_device_id em_sti_dt_ids[] __devinitconst = {
{ .compatible = "renesas,em-sti", },
{},
};
MODULE_DEVICE_TABLE(of, em_sti_dt_ids);

static struct platform_driver em_sti_device_driver = {
.probe = em_sti_probe,
.remove = __devexit_p(em_sti_remove),
.driver = {
.name = "em_sti",
.of_match_table = em_sti_dt_ids,
}
};

Expand Down

0 comments on commit 4b45bee

Please sign in to comment.