diff options
Diffstat (limited to 'drivers/iio/temperature/tsys02d.c')
-rw-r--r-- | drivers/iio/temperature/tsys02d.c | 1 |
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 | }; |
177 | MODULE_DEVICE_TABLE(i2c, tsys02d_id); | ||
177 | 178 | ||
178 | static struct i2c_driver tsys02d_driver = { | 179 | static struct i2c_driver tsys02d_driver = { |
179 | .probe = tsys02d_probe, | 180 | .probe = tsys02d_probe, |