diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2011-05-18 09:30:04 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2011-07-12 07:50:33 -0400 |
commit | 8a97ae2f554d762a4bc67b5d13b52ef39c8d6baa (patch) | |
tree | 4977aabefac6bb2a5b63d2c70730cad0369882ab /arch/arm/mach-pxa/include/mach/pxa3xx.h | |
parent | ca0e687c8ea5a7ae4b1c7a735f797f95ed953f9a (diff) |
ARM: pxa: enable MULTI_IRQ_HANDLER for all boards
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/pxa3xx.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/pxa3xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa3xx.h b/arch/arm/mach-pxa/include/mach/pxa3xx.h index c50a1b5c3812..cd3e57f42688 100644 --- a/arch/arm/mach-pxa/include/mach/pxa3xx.h +++ b/arch/arm/mach-pxa/include/mach/pxa3xx.h | |||
@@ -8,4 +8,7 @@ | |||
8 | extern void __init pxa3xx_map_io(void); | 8 | extern void __init pxa3xx_map_io(void); |
9 | extern void __init pxa3xx_init_irq(void); | 9 | extern void __init pxa3xx_init_irq(void); |
10 | extern void __init pxa95x_init_irq(void); | 10 | extern void __init pxa95x_init_irq(void); |
11 | |||
12 | #define pxa3xx_handle_irq ichp_handle_irq | ||
13 | |||
11 | #endif /* __MACH_PXA3XX_H */ | 14 | #endif /* __MACH_PXA3XX_H */ |