]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/regulator/rn5t618-regulator.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / drivers / regulator / rn5t618-regulator.c
index 9c930eb68cda69bf6ad87cec1d302b2c7f83e9ba..8d2819e36654522ff5605317452904a54dffa2d4 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/regulator/driver.h>
 #include <linux/regulator/of_regulator.h>
 
-static struct regulator_ops rn5t618_reg_ops = {
+static const struct regulator_ops rn5t618_reg_ops = {
        .enable                 = regulator_enable_regmap,
        .disable                = regulator_disable_regmap,
        .is_enabled             = regulator_is_enabled_regmap,