Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283893
b: refs/heads/master
c: f18b4e2
h: refs/heads/master
i:
  283891: 6edba85
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Dec 7, 2011
1 parent c78be90 commit 541d44c
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: 21abbb024fb782f176d7e9ddd3bef8207d024227
refs/heads/master: f18b4e2ee9649c4aa50cc279826d3890f468a80e
7 changes: 7 additions & 0 deletions trunk/sound/soc/codecs/wm8903.c
Original file line number Diff line number Diff line change
Expand Up @@ -2201,6 +2201,12 @@ static __devexit int wm8903_i2c_remove(struct i2c_client *client)
return 0;
}

static const struct of_device_id wm8903_of_match[] = {
{ .compatible = "wlf,wm8903", },
{},
};
MODULE_DEVICE_TABLE(of, wm8903_of_match);

static const struct i2c_device_id wm8903_i2c_id[] = {
{ "wm8903", 0 },
{ }
Expand All @@ -2211,6 +2217,7 @@ static struct i2c_driver wm8903_i2c_driver = {
.driver = {
.name = "wm8903",
.owner = THIS_MODULE,
.of_match_table = wm8903_of_match,
},
.probe = wm8903_i2c_probe,
.remove = __devexit_p(wm8903_i2c_remove),
Expand Down

0 comments on commit 541d44c

Please sign in to comment.