diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2011-05-18 15:30:04 +0200 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2011-07-12 13:50:33 +0200 |
commit | 8a97ae2f554d762a4bc67b5d13b52ef39c8d6baa (patch) | |
tree | 4977aabefac6bb2a5b63d2c70730cad0369882ab /arch/arm/mach-pxa/include/mach/pxa27x.h | |
parent | ARM: pxa: move declarations from generic.h to <soc>.h (diff) | |
download | linux-8a97ae2f554d762a4bc67b5d13b52ef39c8d6baa.tar.xz linux-8a97ae2f554d762a4bc67b5d13b52ef39c8d6baa.zip |
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/pxa27x.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/pxa27x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa27x.h b/arch/arm/mach-pxa/include/mach/pxa27x.h index 801f170b1207..b9b1bdc4bacc 100644 --- a/arch/arm/mach-pxa/include/mach/pxa27x.h +++ b/arch/arm/mach-pxa/include/mach/pxa27x.h @@ -22,4 +22,6 @@ extern void __init pxa27x_map_io(void); extern void __init pxa27x_init_irq(void); extern int __init pxa27x_set_pwrmode(unsigned int mode); +#define pxa27x_handle_irq ichp_handle_irq + #endif /* __MACH_PXA27x_H */ |