Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329954
b: refs/heads/master
c: 50b381b
h: refs/heads/master
v: v3
  • Loading branch information
Haojian Zhuang authored and Samuel Ortiz committed Sep 14, 2012
1 parent e8a97a5 commit 64dc004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b079fa72069ba7f754ba8bdf737335abdb971b67
refs/heads/master: 50b381b72bf080dc10d20f5d33486488bf737bbc
6 changes: 3 additions & 3 deletions trunk/drivers/mfd/88pm860x-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static struct resource rtc_resources[] __devinitdata = {
{PM8607_IRQ_RTC, PM8607_IRQ_RTC, "rtc", IORESOURCE_IRQ,},
};

static struct mfd_cell bk_devs[] = {
static struct mfd_cell bk_devs[] __devinitdata = {
{
.name = "88pm860x-backlight",
.id = 0,
Expand All @@ -177,7 +177,7 @@ static struct mfd_cell bk_devs[] = {
},
};

static struct mfd_cell led_devs[] = {
static struct mfd_cell led_devs[] __devinitdata = {
{
.name = "88pm860x-led",
.id = 0,
Expand Down Expand Up @@ -211,7 +211,7 @@ static struct mfd_cell led_devs[] = {
},
};

static struct mfd_cell reg_devs[] = {
static struct mfd_cell reg_devs[] __devinitdata = {
{
.name = "88pm860x-regulator",
.id = 0,
Expand Down

0 comments on commit 64dc004

Please sign in to comment.