Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228160
b: refs/heads/master
c: a967295
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Nov 29, 2010
1 parent 3581b4f commit 934551e
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: 2b4756aa36909a94596752db341a0a2c8bb8c6ea
refs/heads/master: a9672951a5c4e57e048895d868a2172962ef7ffd
7 changes: 7 additions & 0 deletions trunk/drivers/staging/iio/gyro/adis16260_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,13 +635,20 @@ static int adis16260_remove(struct spi_device *spi)
return ret;
}

static const struct spi_device_id adis16260_id[] = {
{"adis16260", 0},
{"adis16265", 0},
{}
};

static struct spi_driver adis16260_driver = {
.driver = {
.name = "adis16260",
.owner = THIS_MODULE,
},
.probe = adis16260_probe,
.remove = __devexit_p(adis16260_remove),
.id_table = adis16260_id,
};

static __init int adis16260_init(void)
Expand Down

0 comments on commit 934551e

Please sign in to comment.