summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/rohm-bu27034.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/light/rohm-bu27034.c')
-rw-r--r--drivers/iio/light/rohm-bu27034.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/rohm-bu27034.c b/drivers/iio/light/rohm-bu27034.c
index 4035c06a75cf..846c3d43aa34 100644
--- a/drivers/iio/light/rohm-bu27034.c
+++ b/drivers/iio/light/rohm-bu27034.c
@@ -1488,7 +1488,7 @@ static struct i2c_driver bu27034_i2c_driver = {
.of_match_table = bu27034_of_match,
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
- .probe_new = bu27034_probe,
+ .probe = bu27034_probe,
};
module_i2c_driver(bu27034_i2c_driver);