|
@@ -181,7 +181,7 @@ static int ad5398_disable(struct regulator_dev *rdev)
|
|
|
return ret;
|
|
return ret;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-static struct regulator_ops ad5398_ops = {
|
|
|
|
|
|
|
+static const struct regulator_ops ad5398_ops = {
|
|
|
.get_current_limit = ad5398_get_current_limit,
|
|
.get_current_limit = ad5398_get_current_limit,
|
|
|
.set_current_limit = ad5398_set_current_limit,
|
|
.set_current_limit = ad5398_set_current_limit,
|
|
|
.enable = ad5398_enable,
|
|
.enable = ad5398_enable,
|