diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-25 21:34:51 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 16:30:04 +0800 |
commit | 6a8e95b071ecf7357d294782b6ef4e707ce0fbbd (patch) | |
tree | 8ab18cce9c20e78a0964fe995e68d034038301c5 /arch/arm/mach-mxs/include | |
parent | cec6bae8ca0417002fa8e3376ab03198dcaaa82a (diff) | |
download | op-kernel-dev-6a8e95b071ecf7357d294782b6ef4e707ce0fbbd.zip op-kernel-dev-6a8e95b071ecf7357d294782b6ef4e707ce0fbbd.tar.gz |
ARM: mxs: move icoll driver into drivers/irqchip
Move icoll.c into drivers/irqchip as irq-mxs.c, and along with the
renaming, change the driver to use IRQCHIP_DECLARE.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/include')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h index e043c47..df2a4ef 100644 --- a/arch/arm/mach-mxs/include/mach/common.h +++ b/arch/arm/mach-mxs/include/mach/common.h @@ -22,7 +22,4 @@ extern void mx23_map_io(void); extern int mx28_clocks_init(void); extern void mx28_map_io(void); -extern void icoll_init_irq(void); -extern void icoll_handle_irq(struct pt_regs *); - #endif /* __MACH_MXS_COMMON_H__ */ |