diff options
author | Tony Lindgren <tony@atomide.com> | 2015-05-20 18:01:21 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-20 18:01:21 +0200 |
commit | 685e2d08c54b1a1bf31bbe6562f06db089d31c7b (patch) | |
tree | 5076e95abb7ebdf6c23dc44a446c49d14dc404b9 /arch/arm/mach-omap1/ams-delta-fiq-handler.S | |
parent | ARM: omap1: Switch to use MULTI_IRQ (diff) | |
download | linux-685e2d08c54b1a1bf31bbe6562f06db089d31c7b.tar.xz linux-685e2d08c54b1a1bf31bbe6562f06db089d31c7b.zip |
ARM: OMAP1: Change interrupt numbering for sparse IRQ
Change interrupt numbering for sparse IRQ. We do this using
a fixed offset until we can drop irqs.h once all it's users
have been updated.
Note that this depends on the GPIO fix for the MPUIO IRQs
"gpio: omap: Fix regression for MPUIO interrupts".
Also note that this patch adds some extra irq alloc warnings
that will go away when we stop calling irq_alloc_descs
in gpio-omap.c with a follow-up patch.
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/ams-delta-fiq-handler.S')
-rw-r--r-- | arch/arm/mach-omap1/ams-delta-fiq-handler.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/ams-delta-fiq-handler.S b/arch/arm/mach-omap1/ams-delta-fiq-handler.S index 3d1e1c250a1a..5d7fb596bf4a 100644 --- a/arch/arm/mach-omap1/ams-delta-fiq-handler.S +++ b/arch/arm/mach-omap1/ams-delta-fiq-handler.S @@ -17,11 +17,10 @@ #include <asm/assembler.h> #include <mach/board-ams-delta.h> - -#include <mach/irqs.h> #include <mach/ams-delta-fiq.h> #include "iomap.h" +#include "soc.h" /* * GPIO related definitions, copied from arch/arm/plat-omap/gpio.c. |