Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kevin
kernel_htc_msm7227-JB
Commits
bfd770b3
Commit
bfd770b3
authored
13 years ago
by
Andreas Schneider
Browse files
Options
Download
Email Patches
Plain Diff
mach-msm: Fix the build.
parent
745fdbf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
arch/arm/mach-msm/board-marvelc-wifi.c
arch/arm/mach-msm/board-marvelc-wifi.c
+2
-2
arch/arm/mach-msm/board-marvelct-wifi.c
arch/arm/mach-msm/board-marvelct-wifi.c
+2
-2
No files found.
arch/arm/mach-msm/board-marvelc-wifi.c
View file @
bfd770b3
...
...
@@ -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
(
MARVEL
C
_GPIO_WIFI_IRQ
),
.
end
=
MSM_GPIO_TO_INT
(
MARVEL
C
_GPIO_WIFI_IRQ
),
.
flags
=
IORESOURCE_IRQ
|
IORESOURCE_IRQ_HIGHLEVEL
|
IORESOURCE_IRQ_SHAREABLE
,
},
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-msm/board-marvelct-wifi.c
View file @
bfd770b3
...
...
@@ -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
(
MARVEL
CT
_GPIO_WIFI_IRQ
),
.
end
=
MSM_GPIO_TO_INT
(
MARVEL
CT
_GPIO_WIFI_IRQ
),
.
flags
=
IORESOURCE_IRQ
|
IORESOURCE_IRQ_HIGHLEVEL
|
IORESOURCE_IRQ_SHAREABLE
,
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment