ARM: mxs: move icoll driver into drivers/irqchip
authorShawn Guo <shawn.guo@linaro.org>
Mon, 25 Mar 2013 13:34:51 +0000 (21:34 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:30:04 +0000 (16:30 +0800)
commit6a8e95b071ecf7357d294782b6ef4e707ce0fbbd
tree8ab18cce9c20e78a0964fe995e68d034038301c5
parentcec6bae8ca0417002fa8e3376ab03198dcaaa82a
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>
arch/arm/mach-mxs/Makefile
arch/arm/mach-mxs/icoll.c [deleted file]
arch/arm/mach-mxs/include/mach/common.h
arch/arm/mach-mxs/mach-mxs.c
drivers/irqchip/Makefile
drivers/irqchip/irq-mxs.c [new file with mode: 0644]
include/linux/irqchip/mxs.h [new file with mode: 0644]