[PATCH] ARM: 2829/1: S3C2410 - split s3c2440 irq specifics from core irq.c
authorBen Dooks <ben-linux@fluff.org>
Tue, 26 Jul 2005 18:20:27 +0000 (19:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 26 Jul 2005 18:20:27 +0000 (19:20 +0100)
commit7fcc113c3021a42db90e1ad27a7bec267b6e13e3
tree6d1f89bd63114d493d1546a503d4c60e947a8a1b
parent5730b7d6529e6e894ee3c2e1c68125c0532ad394
[PATCH] ARM: 2829/1: S3C2410 - split s3c2440 irq specifics from core irq.c

Patch from Ben Dooks

Remove the need for the #ifdefs and place the IRQ handling code for
the s3c2440 into a new file, which is only compiled when the
s3c2440 cpu support is enabled.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/Makefile
arch/arm/mach-s3c2410/irq.c
arch/arm/mach-s3c2410/irq.h [new file with mode: 0644]
arch/arm/mach-s3c2410/s3c2440-irq.c [new file with mode: 0644]