Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308769
b: refs/heads/master
c: 3690fb2
h: refs/heads/master
i:
  308767: 950624b
v: v3
  • Loading branch information
Lee Jones authored and Samuel Ortiz committed May 20, 2012
1 parent 6ba523f commit d29ee5e
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: 6dff11e5ab2f752ad75d0b506fcc981fef9999c5
refs/heads/master: 3690fb2ca5f4ecb9424d02598cb55d300f48d844
6 changes: 6 additions & 0 deletions trunk/drivers/mfd/ab8500-gpadc.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,12 +648,18 @@ static int __devexit ab8500_gpadc_remove(struct platform_device *pdev)
return 0;
}

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

static struct platform_driver ab8500_gpadc_driver = {
.probe = ab8500_gpadc_probe,
.remove = __devexit_p(ab8500_gpadc_remove),
.driver = {
.name = "ab8500-gpadc",
.owner = THIS_MODULE,
.of_match_table = ab8500_gpadc_match,
},
};

Expand Down

0 comments on commit d29ee5e

Please sign in to comment.