aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/common.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-25 21:34:51 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-04-01 16:30:04 +0800
commit6a8e95b071ecf7357d294782b6ef4e707ce0fbbd (patch)
tree8ab18cce9c20e78a0964fe995e68d034038301c5 /arch/arm/mach-mxs/include/mach/common.h
parentARM: mxs: call stmp_reset_block() in icoll (diff)
downloadlinux-dev-6a8e95b071ecf7357d294782b6ef4e707ce0fbbd.tar.xz
linux-dev-6a8e95b071ecf7357d294782b6ef4e707ce0fbbd.zip
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/mach/common.h')
-rw-r--r--arch/arm/mach-mxs/include/mach/common.h3
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 e043c4735b5a..df2a4ef14dae 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__ */