Преглед на файлове

regulator: dummy: Make regulator_desc array const

The regulator_register() expects array of 'regulator_desc' to be const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Krzysztof Kozlowski преди 10 години
родител
ревизия
e1326eff80
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      drivers/regulator/dummy.c

+ 1 - 1
drivers/regulator/dummy.c

@@ -33,7 +33,7 @@ static struct regulator_init_data dummy_initdata = {
 
 
 static struct regulator_ops dummy_ops;
 static struct regulator_ops dummy_ops;
 
 
-static struct regulator_desc dummy_desc = {
+static const struct regulator_desc dummy_desc = {
 	.name = "regulator-dummy",
 	.name = "regulator-dummy",
 	.id = -1,
 	.id = -1,
 	.type = REGULATOR_VOLTAGE,
 	.type = REGULATOR_VOLTAGE,