Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308767
b: refs/heads/master
c: 5a8fea0
h: refs/heads/master
i:
  308765: 1dbde74
  308763: a40f769
  308759: 1989160
  308751: 4ac7fde
  308735: 3a272cb
v: v3
  • Loading branch information
Lee Jones authored and Samuel Ortiz committed May 20, 2012
1 parent c2a8124 commit 950624b
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: 6bc4a568414caab05424b702165a732177daccd0
refs/heads/master: 5a8fea031ed5462b63877e0f6d29e0fc0fb82f14
6 changes: 6 additions & 0 deletions trunk/drivers/mfd/ab8500-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,16 @@ static int __devexit ab8500_debug_remove(struct platform_device *plf)
return 0;
}

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

static struct platform_driver ab8500_debug_driver = {
.driver = {
.name = "ab8500-debug",
.owner = THIS_MODULE,
.of_match_table = ab8500_debug_match,
},
.probe = ab8500_debug_probe,
.remove = __devexit_p(ab8500_debug_remove)
Expand Down

0 comments on commit 950624b

Please sign in to comment.