Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308775
b: refs/heads/master
c: 3770c75
h: refs/heads/master
i:
  308773: b938221
  308771: 608ea3a
  308767: 950624b
v: v3
  • Loading branch information
Lee Jones authored and Samuel Ortiz committed May 20, 2012
1 parent 6410aad commit f0c74d3
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 01247ef7ecbf36515a1cc3c2b34e4738aab1bd40
refs/heads/master: 3770c75a6852a87afc66cd514c13899f8a288cef
6 changes: 6 additions & 0 deletions trunk/drivers/misc/ab8500-pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,16 @@ static int __devexit ab8500_pwm_remove(struct platform_device *pdev)
return 0;
}

static const struct of_device_id ab8500_pwm_match[] = {
{ .compatible = "stericsson,ab8500-pwm", },
{}
};

static struct platform_driver ab8500_pwm_driver = {
.driver = {
.name = "ab8500-pwm",
.owner = THIS_MODULE,
.of_match_table = ab8500_pwm_match,
},
.probe = ab8500_pwm_probe,
.remove = __devexit_p(ab8500_pwm_remove),
Expand Down

0 comments on commit f0c74d3

Please sign in to comment.