regulator: da9*: constify regulator_ops structures
[deliverable/linux.git] / drivers / regulator / da9210-regulator.c
index b3517830edb6f0ea2139cbc5ebe902ce8cf8265d..8b3cc9f0cd64c0fa323685c4e36842eb52318d54 100644 (file)
@@ -46,7 +46,7 @@ static int da9210_set_current_limit(struct regulator_dev *rdev, int min_uA,
                                    int max_uA);
 static int da9210_get_current_limit(struct regulator_dev *rdev);
 
-static struct regulator_ops da9210_buck_ops = {
+static const struct regulator_ops da9210_buck_ops = {
        .enable = regulator_enable_regmap,
        .disable = regulator_disable_regmap,
        .is_enabled = regulator_is_enabled_regmap,
This page took 0.124214 seconds and 5 git commands to generate.