projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ecba2c
)
ARM: mach-shmobile: Fix up marzen build for recent GIC changes.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 10 Jan 2012 04:33:23 +0000
(13:33 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 10 Jan 2012 04:33:23 +0000
(13:33 +0900)
Convert to the generic gic_handle_irq() now that the shmobile version is
gone.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-marzen.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-shmobile/board-marzen.c
b/arch/arm/mach-shmobile/board-marzen.c
index a72c650047bcc711c5b24f7573fe89e85386519a..f0e02c0ce99f0989261db03739a50a7b9ceeccd6 100644
(file)
--- a/
arch/arm/mach-shmobile/board-marzen.c
+++ b/
arch/arm/mach-shmobile/board-marzen.c
@@
-151,7
+151,7
@@
MACHINE_START(MARZEN, "marzen")
.init_early = marzen_init_early,
.nr_irqs = NR_IRQS_LEGACY,
.init_irq = r8a7779_init_irq,
- .handle_irq =
shmobile_handle_irq_gic
,
+ .handle_irq =
gic_handle_irq
,
.init_machine = marzen_init,
.timer = &marzen_timer,
MACHINE_END