aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/88pm860x-core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/88pm860x-core.c b/drivers/mfd/88pm860x-core.c
index 4927f4efcf9d..0c01d7403251 100644
--- a/drivers/mfd/88pm860x-core.c
+++ b/drivers/mfd/88pm860x-core.c
@@ -158,7 +158,7 @@ static struct resource rtc_resources[] __devinitdata = {
158 {PM8607_IRQ_RTC, PM8607_IRQ_RTC, "rtc", IORESOURCE_IRQ,}, 158 {PM8607_IRQ_RTC, PM8607_IRQ_RTC, "rtc", IORESOURCE_IRQ,},
159}; 159};
160 160
161static struct mfd_cell bk_devs[] = { 161static struct mfd_cell bk_devs[] __devinitdata = {
162 { 162 {
163 .name = "88pm860x-backlight", 163 .name = "88pm860x-backlight",
164 .id = 0, 164 .id = 0,
@@ -177,7 +177,7 @@ static struct mfd_cell bk_devs[] = {
177 }, 177 },
178}; 178};
179 179
180static struct mfd_cell led_devs[] = { 180static struct mfd_cell led_devs[] __devinitdata = {
181 { 181 {
182 .name = "88pm860x-led", 182 .name = "88pm860x-led",
183 .id = 0, 183 .id = 0,
@@ -211,7 +211,7 @@ static struct mfd_cell led_devs[] = {
211 }, 211 },
212}; 212};
213 213
214static struct mfd_cell reg_devs[] = { 214static struct mfd_cell reg_devs[] __devinitdata = {
215 { 215 {
216 .name = "88pm860x-regulator", 216 .name = "88pm860x-regulator",
217 .id = 0, 217 .id = 0,