From 0c96fb2185bf37372efb586ccec5606f180521f1 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Fri, 6 Apr 2012 08:30:42 +0800 Subject: [PATCH] --- yaml --- r: 302174 b: refs/heads/master c: d882d73eb72d7e5d57645c8d40195f4a7ad76f6c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/regulator/tps6105x-regulator.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 330cd04199d9..828125feacdc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd6ff0d6a0c8a5bb3ef2e349b225875bb05221c9 +refs/heads/master: d882d73eb72d7e5d57645c8d40195f4a7ad76f6c diff --git a/trunk/drivers/regulator/tps6105x-regulator.c b/trunk/drivers/regulator/tps6105x-regulator.c index d9278da18a9e..3b788977cb72 100644 --- a/trunk/drivers/regulator/tps6105x-regulator.c +++ b/trunk/drivers/regulator/tps6105x-regulator.c @@ -123,7 +123,7 @@ static struct regulator_ops tps6105x_regulator_ops = { .list_voltage = tps6105x_regulator_list_voltage, }; -static struct regulator_desc tps6105x_regulator_desc = { +static const struct regulator_desc tps6105x_regulator_desc = { .name = "tps6105x-boost", .ops = &tps6105x_regulator_ops, .type = REGULATOR_VOLTAGE,