arm: omap: irq: move irq.c to drivers/irqchip/
authorFelipe Balbi <balbi@ti.com>
Mon, 15 Sep 2014 21:15:02 +0000 (16:15 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 16 Sep 2014 21:44:59 +0000 (14:44 -0700)
commit8598066cddd186809c4edf5aae5f018c00079e8c
treefa1eee6f1f4a4e2c7feb3905c655f70ff7461fc5
parenteaacabc0d9b637c82788c66955b4ba0efebd5500
arm: omap: irq: move irq.c to drivers/irqchip/

Just move the code over as it has no dependencies
on arch/arm/ anymore.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/irq.c [deleted file]
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-omap-intc.c [new file with mode: 0644]