diff options
author | Tony Lindgren <tony@atomide.com> | 2015-05-20 19:01:21 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-20 19:01:21 +0300 |
commit | b694331cfb2ec3bc2225a0ea9fddbb7e24d81c37 (patch) | |
tree | a8acbec86f0f3369f3233f2d0b0b86915a001c7b /arch/arm/mach-omap1/board-sx1.c | |
parent | 55b44774438959a957e717ecbdd9f2874b07ab31 (diff) | |
download | linux-b694331cfb2ec3bc2225a0ea9fddbb7e24d81c37.tar.xz |
ARM: omap1: Switch to use MULTI_IRQ
This allows us to get a bit further with SPARSE_IRQ and
MULTIARCH support.
Note that we now also rename omap_irq_flags to omap_l2_irq
as that's the omap_irq_flags naming is confusing. It just
contains the interrupt number for the l2 irq.
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1.c')
-rw-r--r-- | arch/arm/mach-omap1/board-sx1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index 29e526235dc2..939991ea33d5 100644 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c @@ -343,6 +343,7 @@ MACHINE_START(SX1, "OMAP310 based Siemens SX1") .map_io = omap15xx_map_io, .init_early = omap1_init_early, .init_irq = omap1_init_irq, + .handle_irq = omap1_handle_irq, .init_machine = omap_sx1_init, .init_late = omap1_init_late, .init_time = omap1_timer_init, |