summaryrefslogtreecommitdiff
path: root/drivers/regulator/max8893.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max8893.c')
-rw-r--r--drivers/regulator/max8893.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8893.c b/drivers/regulator/max8893.c
index 10ffd77828b7..cb0e72948dd4 100644
--- a/drivers/regulator/max8893.c
+++ b/drivers/regulator/max8893.c
@@ -168,7 +168,7 @@ static const struct i2c_device_id max8893_ids[] = {
MODULE_DEVICE_TABLE(i2c, max8893_ids);
static struct i2c_driver max8893_driver = {
- .probe_new = max8893_probe_new,
+ .probe = max8893_probe_new,
.driver = {
.name = "max8893",
.probe_type = PROBE_PREFER_ASYNCHRONOUS,