diff --git a/drivers/regulator/max8952.c b/drivers/regulator/max8952.c
index 910c9b26d499f45f50034b417790921649fc4a6f..ea58a44041016fc0c262fb5b35b455e738c078f9 100644
--- a/drivers/regulator/max8952.c
+++ b/drivers/regulator/max8952.c
@@ -151,7 +151,6 @@ static struct regulator_ops max8952_ops = {
 	.disable		= max8952_disable,
 	.get_voltage_sel	= max8952_get_voltage_sel,
 	.set_voltage_sel	= max8952_set_voltage_sel,
-	.set_suspend_disable	= max8952_disable,
 };
 
 static const struct regulator_desc regulator = {