Skip to content

Commit

Permalink
ARM: S3C24XX: move s3c2443 irq code to irq.c
Browse files Browse the repository at this point in the history
Prequisite for further optimizations.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Heiko Stuebner authored and Kukjin Kim committed Feb 3, 2013
1 parent 20f6c78 commit 6b62891
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 282 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ obj-$(CONFIG_S3C2440_DMA) += dma-s3c2440.o
obj-$(CONFIG_S3C2440_PLL_12000000) += pll-s3c2440-12000000.o
obj-$(CONFIG_S3C2440_PLL_16934400) += pll-s3c2440-16934400.o

obj-$(CONFIG_CPU_S3C2443) += s3c2443.o irq-s3c2443.o clock-s3c2443.o
obj-$(CONFIG_CPU_S3C2443) += s3c2443.o clock-s3c2443.o

# PM

Expand Down
281 changes: 0 additions & 281 deletions arch/arm/mach-s3c24xx/irq-s3c2443.c

This file was deleted.

Loading

0 comments on commit 6b62891

Please sign in to comment.