diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-04-04 14:53:33 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-04 14:55:43 +0900 |
commit | 8a407835bef6d47dcef9594d8c85900f994fbedf (patch) | |
tree | cee3276174c734b93adf3e730d1eb9329b66a0e5 /arch/arm/mach-s3c24xx/Makefile | |
parent | 17453dd2e7df20612770ebbf1ab5d506a432210c (diff) | |
download | blackbird-op-linux-8a407835bef6d47dcef9594d8c85900f994fbedf.tar.gz blackbird-op-linux-8a407835bef6d47dcef9594d8c85900f994fbedf.zip |
ARM: S3C24XX: move irq driver to drivers/irqchip
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@sntech.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/Makefile b/arch/arm/mach-s3c24xx/Makefile index be6e4d0e6f1a..6f46ecfc8396 100644 --- a/arch/arm/mach-s3c24xx/Makefile +++ b/arch/arm/mach-s3c24xx/Makefile @@ -14,7 +14,7 @@ obj- := # core -obj-y += common.o irq.o +obj-y += common.o obj-$(CONFIG_CPU_S3C2410) += s3c2410.o obj-$(CONFIG_S3C2410_CPUFREQ) += cpufreq-s3c2410.o |