diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-09-20 08:31:24 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-09-26 05:40:36 -0400 |
commit | ffa2ea3f5d32b21cba80e9274a0c5bcd766987ef (patch) | |
tree | acd28bd3acd796bbf78fef0a06aa1de095d08489 /arch/arm/mach-imx/mach-mx31moboard.c | |
parent | 58a926008cd6f3788b73af0335b695dee7859e8d (diff) |
ARM i.MX boards: use CONFIG_MULTI_IRQ_HANDLER
Also, add handle_irq callbacks to machine descriptors.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31moboard.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx31moboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c index b358383120e7..ff553d48c891 100644 --- a/arch/arm/mach-imx/mach-mx31moboard.c +++ b/arch/arm/mach-imx/mach-mx31moboard.c | |||
@@ -572,6 +572,7 @@ MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") | |||
572 | .map_io = mx31_map_io, | 572 | .map_io = mx31_map_io, |
573 | .init_early = imx31_init_early, | 573 | .init_early = imx31_init_early, |
574 | .init_irq = mx31_init_irq, | 574 | .init_irq = mx31_init_irq, |
575 | .handle_irq = imx31_handle_irq, | ||
575 | .timer = &mx31moboard_timer, | 576 | .timer = &mx31moboard_timer, |
576 | .init_machine = mx31moboard_init, | 577 | .init_machine = mx31moboard_init, |
577 | MACHINE_END | 578 | MACHINE_END |