regulator: lp87565: Constify lp87565_buck_ramp_delay and lp87565_buck_ops
authorAxel Lin <axel.lin@ingics.com>
Sat, 26 Jan 2019 03:39:05 +0000 (11:39 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 28 Jan 2019 12:21:07 +0000 (12:21 +0000)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/lp87565-regulator.c

index c192357d1dea0ecb0891e19781d7442938f7a072..4ed41731a5b1f16b93b240c9f670fbe8ac26f887 100644 (file)
@@ -51,7 +51,7 @@ static const struct regulator_linear_range buck0_1_2_3_ranges[] = {
        REGULATOR_LINEAR_RANGE(1420000, 0x9e, 0xff, 20000),
 };
 
-static unsigned int lp87565_buck_ramp_delay[] = {
+static const unsigned int lp87565_buck_ramp_delay[] = {
        30000, 15000, 10000, 7500, 3800, 1900, 940, 470
 };
 
@@ -140,7 +140,7 @@ static int lp87565_buck_get_current_limit(struct regulator_dev *rdev)
 }
 
 /* Operations permitted on BUCK0, BUCK1 */
-static struct regulator_ops lp87565_buck_ops = {
+static const struct regulator_ops lp87565_buck_ops = {
        .is_enabled             = regulator_is_enabled_regmap,
        .enable                 = regulator_enable_regmap,
        .disable                = regulator_disable_regmap,