diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-20 06:14:56 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-03 05:31:56 +0400 |
commit | 4e0a1b8c070fe204a406521496f01cf02c74e933 (patch) | |
tree | df92b9a008d11710a152aa3c00167d20fc8bf773 /arch/arm/mach-mxs/include/mach/common.h | |
parent | eeca6e604032af8336baafef84144dd47f5a0f99 (diff) | |
download | linux-4e0a1b8c070fe204a406521496f01cf02c74e933.tar.xz |
ARM: mxs: select MULTI_IRQ_HANDLER
As part of multi-platform effort, let's enable MULTI_IRQ_HANDLER for
mach-mxs and remove entry-macro.S.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h index a7416c8a85ff..10e4e12df870 100644 --- a/arch/arm/mach-mxs/include/mach/common.h +++ b/arch/arm/mach-mxs/include/mach/common.h @@ -28,6 +28,7 @@ extern void mx28_map_io(void); extern void mx28_init_irq(void); extern void icoll_init_irq(void); +extern void icoll_handle_irq(struct pt_regs *); extern struct platform_device *mxs_add_dma(const char *devid, resource_size_t base); |