aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/tcs3414.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/light/tcs3414.c')
-rw-r--r--drivers/iio/light/tcs3414.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/tcs3414.c b/drivers/iio/light/tcs3414.c
index f8b1df018abe..f90f8c5919fe 100644
--- a/drivers/iio/light/tcs3414.c
+++ b/drivers/iio/light/tcs3414.c
@@ -392,7 +392,6 @@ static struct i2c_driver tcs3414_driver = {
392 .driver = { 392 .driver = {
393 .name = TCS3414_DRV_NAME, 393 .name = TCS3414_DRV_NAME,
394 .pm = &tcs3414_pm_ops, 394 .pm = &tcs3414_pm_ops,
395 .owner = THIS_MODULE,
396 }, 395 },
397 .probe = tcs3414_probe, 396 .probe = tcs3414_probe,
398 .remove = tcs3414_remove, 397 .remove = tcs3414_remove,