aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/tsys02d.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/temperature/tsys02d.c')
-rw-r--r--drivers/iio/temperature/tsys02d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/temperature/tsys02d.c b/drivers/iio/temperature/tsys02d.c
index ab6fe8f6f2d1..c0a19a000387 100644
--- a/drivers/iio/temperature/tsys02d.c
+++ b/drivers/iio/temperature/tsys02d.c
@@ -174,6 +174,7 @@ static const struct i2c_device_id tsys02d_id[] = {
174 {"tsys02d", 0}, 174 {"tsys02d", 0},
175 {} 175 {}
176}; 176};
177MODULE_DEVICE_TABLE(i2c, tsys02d_id);
177 178
178static struct i2c_driver tsys02d_driver = { 179static struct i2c_driver tsys02d_driver = {
179 .probe = tsys02d_probe, 180 .probe = tsys02d_probe,