summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/rtq6056.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/adc/rtq6056.c')
-rw-r--r--drivers/iio/adc/rtq6056.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/rtq6056.c b/drivers/iio/adc/rtq6056.c
index c1b2e8dc9a26..ad4cea6839b2 100644
--- a/drivers/iio/adc/rtq6056.c
+++ b/drivers/iio/adc/rtq6056.c
@@ -652,7 +652,7 @@ static struct i2c_driver rtq6056_driver = {
.of_match_table = rtq6056_device_match,
.pm = pm_ptr(&rtq6056_pm_ops),
},
- .probe_new = rtq6056_probe,
+ .probe = rtq6056_probe,
};
module_i2c_driver(rtq6056_driver);