diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-01-05 15:06:37 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-02 07:40:54 +0800 |
commit | 978da5bcdb33f6e030fa3304662e2455a018f1b0 (patch) | |
tree | f1c64a707f1d7dc08ca3c416052ffaa4c937a2f2 /arch | |
parent | e6dac5e1b6ea7be4b0092ae0ac96b352a8c028db (diff) |
[ARM] mmp: rename irq.c to irq-pxa168.c to allow other SoC IRQ chips
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mmp/Makefile | 6 | ||||
-rw-r--r-- | arch/arm/mach-mmp/irq-pxa168.c (renamed from arch/arm/mach-mmp/irq.c) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile index 854f0ab322b..d4debb39023 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile @@ -2,11 +2,11 @@ # Makefile for Marvell's PXA168 processors line # -obj-y += common.o clock.o devices.o irq.o time.o +obj-y += common.o clock.o devices.o time.o # SoC support -obj-$(CONFIG_CPU_PXA168) += pxa168.o -obj-$(CONFIG_CPU_PXA910) += pxa910.o +obj-$(CONFIG_CPU_PXA168) += pxa168.o irq-pxa168.o +obj-$(CONFIG_CPU_PXA910) += pxa910.o irq-pxa168.o # board support obj-$(CONFIG_MACH_ASPENITE) += aspenite.o diff --git a/arch/arm/mach-mmp/irq.c b/arch/arm/mach-mmp/irq-pxa168.c index 52ff2f065eb..52ff2f065eb 100644 --- a/arch/arm/mach-mmp/irq.c +++ b/arch/arm/mach-mmp/irq-pxa168.c |