clk: si570: Constify struct regmap_config
[firefly-linux-kernel-4.4.55.git] / drivers / clk / clk-si570.c
index fc167b3f8919677b56a71c75491201fbf4ac079f..20a5aec98b1a2ca1b88560ccd0336d75073c4bed 100644 (file)
@@ -393,7 +393,7 @@ static bool si570_regmap_is_writeable(struct device *dev, unsigned int reg)
        }
 }
 
-static struct regmap_config si570_regmap_config = {
+static const struct regmap_config si570_regmap_config = {
        .reg_bits = 8,
        .val_bits = 8,
        .cache_type = REGCACHE_RBTREE,