diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2011-05-18 21:30:04 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2011-07-12 19:50:33 +0800 |
commit | 8a97ae2f554d762a4bc67b5d13b52ef39c8d6baa (patch) | |
tree | 4977aabefac6bb2a5b63d2c70730cad0369882ab /arch/arm/mach-pxa/include/mach/pxa3xx.h | |
parent | ca0e687c8ea5a7ae4b1c7a735f797f95ed953f9a (diff) | |
download | linux-8a97ae2f554d762a4bc67b5d13b52ef39c8d6baa.tar.gz |
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 @@ extern void __init pxa3xx_map_io(void); extern void __init pxa3xx_init_irq(void); extern void __init pxa95x_init_irq(void); + +#define pxa3xx_handle_irq ichp_handle_irq + #endif /* __MACH_PXA3XX_H */ |