Commit bfd770b3 authored by Andreas Schneider's avatar Andreas Schneider
Browse files

mach-msm: Fix the build.

parent 745fdbf6
......@@ -77,8 +77,8 @@ int __init marvelc_init_wifi_mem(void)
static struct resource marvelc_wifi_resources[] = {
[0] = {
.name = "bcm4329_wlan_irq",
.start = MSM_GPIO_TO_INT(MARVEL_GPIO_WIFI_IRQ),
.end = MSM_GPIO_TO_INT(MARVEL_GPIO_WIFI_IRQ),
.start = MSM_GPIO_TO_INT(MARVELC_GPIO_WIFI_IRQ),
.end = MSM_GPIO_TO_INT(MARVELC_GPIO_WIFI_IRQ),
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL |
IORESOURCE_IRQ_SHAREABLE,
},
......
......@@ -77,8 +77,8 @@ int __init marvelct_init_wifi_mem(void)
static struct resource marvelct_wifi_resources[] = {
[0] = {
.name = "bcm4329_wlan_irq",
.start = MSM_GPIO_TO_INT(MARVEL_GPIO_WIFI_IRQ),
.end = MSM_GPIO_TO_INT(MARVEL_GPIO_WIFI_IRQ),
.start = MSM_GPIO_TO_INT(MARVELCT_GPIO_WIFI_IRQ),
.end = MSM_GPIO_TO_INT(MARVELCT_GPIO_WIFI_IRQ),
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL |
IORESOURCE_IRQ_SHAREABLE,
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment