diff options
Diffstat (limited to 'drivers/iio/light/tcs3472.c')
-rw-r--r-- | drivers/iio/light/tcs3472.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/tcs3472.c b/drivers/iio/light/tcs3472.c index 752569985d1d..1b530bf04c89 100644 --- a/drivers/iio/light/tcs3472.c +++ b/drivers/iio/light/tcs3472.c | |||
@@ -366,7 +366,6 @@ static struct i2c_driver tcs3472_driver = { | |||
366 | .driver = { | 366 | .driver = { |
367 | .name = TCS3472_DRV_NAME, | 367 | .name = TCS3472_DRV_NAME, |
368 | .pm = &tcs3472_pm_ops, | 368 | .pm = &tcs3472_pm_ops, |
369 | .owner = THIS_MODULE, | ||
370 | }, | 369 | }, |
371 | .probe = tcs3472_probe, | 370 | .probe = tcs3472_probe, |
372 | .remove = tcs3472_remove, | 371 | .remove = tcs3472_remove, |