Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330496
b: refs/heads/master
c: f1ade35
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov committed Sep 20, 2012
1 parent 27f3776 commit 8fe2fec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a830d28b48bf92944e57058e87d17cee5a7cd2a1
refs/heads/master: f1ade35253f5026170a5fe17f87d0249f03629dd
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/88pm860x-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ static struct regulator_init_data preg_init_data = {
.consumer_supplies = &preg_supply[0],
};

static struct regulator_bulk_data chg_desc_regulator_data[] = {
{ .supply = "preg", },
static struct charger_regulator chg_desc_regulator_data[] = {
{ .regulator_name = "preg", },
};

static struct mfd_cell power_devs[] = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/power/88pm860x_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct ccnt {
* State of Charge.
* The first number is mAh(=3.6C), and the second number is percent point.
*/
int array_soc[][2] = {
static int array_soc[][2] = {
{4170, 100}, {4154, 99}, {4136, 98}, {4122, 97}, {4107, 96},
{4102, 95}, {4088, 94}, {4081, 93}, {4070, 92}, {4060, 91},
{4053, 90}, {4044, 89}, {4035, 88}, {4028, 87}, {4019, 86},
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/power/88pm860x_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ static int pm860x_init_charger(struct pm860x_charger_info *info)
return 0;
}

struct pm860x_irq_desc {
static struct pm860x_irq_desc {
const char *name;
irqreturn_t (*handler)(int irq, void *data);
} pm860x_irq_descs[] = {
Expand Down

0 comments on commit 8fe2fec

Please sign in to comment.