From: Axel Lin Date: Fri, 6 Apr 2012 00:24:27 +0000 (+0800) Subject: regulator: max1586: Constify regulator_desc X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0373bcff46c444d71bbff424d1060b550bab28ec;p=deliverable%2Flinux.git regulator: max1586: Constify regulator_desc Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/max1586.c b/drivers/regulator/max1586.c index 282d2ee0604e..fad0bee10c54 100644 --- a/drivers/regulator/max1586.c +++ b/drivers/regulator/max1586.c @@ -161,7 +161,7 @@ static struct regulator_ops max1586_v6_ops = { .list_voltage = max1586_v6_list, }; -static struct regulator_desc max1586_reg[] = { +static const struct regulator_desc max1586_reg[] = { { .name = "Output_V3", .id = MAX1586_V3,