diff options
author | Heiko Stuebner <heiko@sntech.de> | 2011-06-02 10:58:30 (GMT) |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-06-04 01:36:53 (GMT) |
commit | 2aec0d697725bc4d402d7a9b51587af53a4cca76 (patch) | |
tree | a666fdd339b63f45d6fbfc40dead27324eddeaff /arch/arm/mach-s3c2410/Makefile | |
parent | de11c5852811665e581ef0b915bb478f38b92fb1 (diff) | |
download | linux-2aec0d697725bc4d402d7a9b51587af53a4cca76.tar.xz |
ARM: S3C2410: remove the now empty mach-s3c2410/irq.c
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c2410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2410/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile index 0d468e9..8169535 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile @@ -10,7 +10,6 @@ obj-n := obj- := obj-$(CONFIG_CPU_S3C2410) += s3c2410.o -obj-$(CONFIG_CPU_S3C2410) += irq.o obj-$(CONFIG_CPU_S3C2410_DMA) += dma.o obj-$(CONFIG_CPU_S3C2410_DMA) += dma.o obj-$(CONFIG_S3C2410_PM) += pm.o sleep.o |