summaryrefslogtreecommitdiff
path: root/drivers/iio/light/isl29018.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/light/isl29018.c')
-rw-r--r--drivers/iio/light/isl29018.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/isl29018.c b/drivers/iio/light/isl29018.c
index 141845fb47f9..43484c18b101 100644
--- a/drivers/iio/light/isl29018.c
+++ b/drivers/iio/light/isl29018.c
@@ -865,7 +865,7 @@ static struct i2c_driver isl29018_driver = {
.pm = pm_sleep_ptr(&isl29018_pm_ops),
.of_match_table = isl29018_of_match,
},
- .probe_new = isl29018_probe,
+ .probe = isl29018_probe,
.id_table = isl29018_id,
};
module_i2c_driver(isl29018_driver);