Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354405
b: refs/heads/master
c: a11e619
h: refs/heads/master
i:
  354403: 11ea5ab
v: v3
  • Loading branch information
Guenter Roeck authored and Jonathan Cameron committed Feb 2, 2013
1 parent 2936239 commit ab31164
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: 1daed9becdd4c9a3f75a84ebdb4d05b4dade8512
refs/heads/master: a11e619b80ff39d081e1a18d26b652e15069503e
6 changes: 6 additions & 0 deletions trunk/drivers/staging/iio/iio_hwmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,16 @@ static int iio_hwmon_remove(struct platform_device *pdev)
return 0;
}

static struct of_device_id iio_hwmon_of_match[] = {
{ .compatible = "iio-hwmon", },
{ }
};

static struct platform_driver __refdata iio_hwmon_driver = {
.driver = {
.name = "iio_hwmon",
.owner = THIS_MODULE,
.of_match_table = iio_hwmon_of_match,
},
.probe = iio_hwmon_probe,
.remove = iio_hwmon_remove,
Expand Down

0 comments on commit ab31164

Please sign in to comment.