summaryrefslogtreecommitdiff
path: root/drivers/mfd/max77650.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/max77650.c')
-rw-r--r--drivers/mfd/max77650.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max77650.c b/drivers/mfd/max77650.c
index 3c07fcdd9d07..75b5dc44e38c 100644
--- a/drivers/mfd/max77650.c
+++ b/drivers/mfd/max77650.c
@@ -222,7 +222,7 @@ static struct i2c_driver max77650_i2c_driver = {
.name = "max77650",
.of_match_table = max77650_of_match,
},
- .probe_new = max77650_i2c_probe,
+ .probe = max77650_i2c_probe,
};
module_i2c_driver(max77650_i2c_driver);