Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324324
b: refs/heads/master
c: 4eb64ee
h: refs/heads/master
v: v3
  • Loading branch information
Sourav Poddar authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent 9b70b6b commit ef7db93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 567fd1d4a66a2d6e5599be0ada582e0a3dbd23d4
refs/heads/master: 4eb64ee135af6b477ff149a2072bcfa3118afb94
7 changes: 0 additions & 7 deletions trunk/drivers/misc/bmp085-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ static int bmp085_i2c_remove(struct i2c_client *client)
return bmp085_remove(&client->dev);
}

static const struct of_device_id bmp085_of_match[] = {
{ .compatible = "bosch,bmp085", },
{ },
};
MODULE_DEVICE_TABLE(of, bmp085_of_match);

static const struct i2c_device_id bmp085_id[] = {
{ BMP085_NAME, 0 },
{ "bmp180", 0 },
Expand All @@ -74,7 +68,6 @@ static struct i2c_driver bmp085_i2c_driver = {
.driver = {
.owner = THIS_MODULE,
.name = BMP085_NAME,
.of_match_table = bmp085_of_match
},
.id_table = bmp085_id,
.probe = bmp085_i2c_probe,
Expand Down

0 comments on commit ef7db93

Please sign in to comment.