regulator: da9*: constify regulator_ops structures
[deliverable/linux.git] / drivers / regulator / da9211-regulator.c
index 04ef65b7eb3d2e225e784f7f3fc166b12ecba522..236abf473db5de8fc85bf7e5337469bf0926fcf9 100644 (file)
@@ -219,7 +219,7 @@ static int da9211_get_current_limit(struct regulator_dev *rdev)
        return current_limits[data];
 }
 
-static struct regulator_ops da9211_buck_ops = {
+static const struct regulator_ops da9211_buck_ops = {
        .get_mode = da9211_buck_get_mode,
        .set_mode = da9211_buck_set_mode,
        .enable = regulator_enable_regmap,
This page took 0.027709 seconds and 5 git commands to generate.