Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261874
b: refs/heads/master
c: 5cef8df
h: refs/heads/master
v: v3
  • Loading branch information
Robert Rosengren authored and Samuel Ortiz committed Jul 31, 2011
1 parent 127afd3 commit e5d71c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: 9260ad98dcb0e6ec3a9ee6b13699cf52c684dfd2
refs/heads/master: 5cef8df5e335a5bc9147c5cafdce348981f5c5b5
18 changes: 9 additions & 9 deletions trunk/drivers/mfd/ab8500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ static void ab8500_irq_remove(struct ab8500 *ab8500)
}
}

static struct resource ab8500_gpio_resources[] = {
static struct resource __devinitdata ab8500_gpio_resources[] = {
{
.name = "GPIO_INT6",
.start = AB8500_INT_GPIO6R,
Expand All @@ -372,7 +372,7 @@ static struct resource ab8500_gpio_resources[] = {
}
};

static struct resource ab8500_gpadc_resources[] = {
static struct resource __devinitdata ab8500_gpadc_resources[] = {
{
.name = "HW_CONV_END",
.start = AB8500_INT_GP_HW_ADC_CONV_END,
Expand All @@ -387,7 +387,7 @@ static struct resource ab8500_gpadc_resources[] = {
},
};

static struct resource ab8500_rtc_resources[] = {
static struct resource __devinitdata ab8500_rtc_resources[] = {
{
.name = "60S",
.start = AB8500_INT_RTC_60S,
Expand All @@ -402,7 +402,7 @@ static struct resource ab8500_rtc_resources[] = {
},
};

static struct resource ab8500_poweronkey_db_resources[] = {
static struct resource __devinitdata ab8500_poweronkey_db_resources[] = {
{
.name = "ONKEY_DBF",
.start = AB8500_INT_PON_KEY1DB_F,
Expand All @@ -417,7 +417,7 @@ static struct resource ab8500_poweronkey_db_resources[] = {
},
};

static struct resource ab8500_bm_resources[] = {
static struct resource __devinitdata ab8500_bm_resources[] = {
{
.name = "MAIN_EXT_CH_NOT_OK",
.start = AB8500_INT_MAIN_EXT_CH_NOT_OK,
Expand Down Expand Up @@ -534,7 +534,7 @@ static struct resource ab8500_bm_resources[] = {
},
};

static struct resource ab8500_debug_resources[] = {
static struct resource __devinitdata ab8500_debug_resources[] = {
{
.name = "IRQ_FIRST",
.start = AB8500_INT_MAIN_EXT_CH_NOT_OK,
Expand All @@ -549,7 +549,7 @@ static struct resource ab8500_debug_resources[] = {
},
};

static struct resource ab8500_usb_resources[] = {
static struct resource __devinitdata ab8500_usb_resources[] = {
{
.name = "ID_WAKEUP_R",
.start = AB8500_INT_ID_WAKEUP_R,
Expand Down Expand Up @@ -582,7 +582,7 @@ static struct resource ab8500_usb_resources[] = {
},
};

static struct resource ab8500_temp_resources[] = {
static struct resource __devinitdata ab8500_temp_resources[] = {
{
.name = "AB8500_TEMP_WARM",
.start = AB8500_INT_TEMP_WARM,
Expand All @@ -591,7 +591,7 @@ static struct resource ab8500_temp_resources[] = {
},
};

static struct mfd_cell ab8500_devs[] = {
static struct mfd_cell __devinitdata ab8500_devs[] = {
#ifdef CONFIG_DEBUG_FS
{
.name = "ab8500-debug",
Expand Down

0 comments on commit e5d71c5

Please sign in to comment.