ARM: S3C24XX: move irq driver to drivers/irqchip
From: Heiko Stuebner <heiko@...> Date: Sun, 17 Feb 2013 12:19:26 +0100
Commit-Message
This move is necessary to make use of the irqchip infrastructure for the following devicetree support for s3c24xx architectures. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/mach-s3c24xx/Makefile | 2 +- drivers/irqchip/Makefile | 1 + arch/arm/mach-s3c24xx/irq.c => drivers/irqchip/irq-s3c24xx.c | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename arch/arm/mach-s3c24xx/irq.c => drivers/irqchip/irq-s3c24xx.c (100%) diff --git a/arch/arm/mach-s3c24xx/irq.c b/drivers/irqchip/irq-s3c24xx.c similarity index 100% rename from arch/arm/mach-s3c24xx/irq.c rename to drivers/irqchip/irq-s3c24xx.c
Statistics
- 2 lines added
- 1 lines removed