Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289037
b: refs/heads/master
c: 4ee1952
h: refs/heads/master
i:
  289035: fb916e6
v: v3
  • Loading branch information
Olof Johansson authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 1762cfb commit ab46cd8
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: cba2c99363beb532c29f9aebf5b22878d88bcb93
refs/heads/master: 4ee195241a3d9384ad222da7c593f7565a7cf518
7 changes: 7 additions & 0 deletions trunk/drivers/staging/iio/light/isl29018.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,11 +592,18 @@ static const struct i2c_device_id isl29018_id[] = {

MODULE_DEVICE_TABLE(i2c, isl29018_id);

static const struct of_device_id isl29018_of_match[] = {
{ .compatible = "invn,isl29018", },
{ },
};
MODULE_DEVICE_TABLE(of, isl29018_of_match);

static struct i2c_driver isl29018_driver = {
.class = I2C_CLASS_HWMON,
.driver = {
.name = "isl29018",
.owner = THIS_MODULE,
.of_match_table = isl29018_of_match,
},
.probe = isl29018_probe,
.remove = __devexit_p(isl29018_remove),
Expand Down

0 comments on commit ab46cd8

Please sign in to comment.