From 64dc0048139c345f1f91db7c32a45dccfe95c267 Mon Sep 17 00:00:00 2001 From: Haojian Zhuang Date: Tue, 11 Sep 2012 22:09:55 +0800 Subject: [PATCH] --- yaml --- r: 329954 b: refs/heads/master c: 50b381b72bf080dc10d20f5d33486488bf737bbc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mfd/88pm860x-core.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index bc7abbb3dede..50d49c174613 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b079fa72069ba7f754ba8bdf737335abdb971b67 +refs/heads/master: 50b381b72bf080dc10d20f5d33486488bf737bbc diff --git a/trunk/drivers/mfd/88pm860x-core.c b/trunk/drivers/mfd/88pm860x-core.c index 4927f4efcf9d..0c01d7403251 100644 --- a/trunk/drivers/mfd/88pm860x-core.c +++ b/trunk/drivers/mfd/88pm860x-core.c @@ -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, @@ -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, @@ -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,