diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 05:07:23 +0300 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-21 01:32:00 +0300 |
commit | ed618aff8a952f712caf1d475e0947a32a8b6606 (patch) | |
tree | d106f5b5c24e42c6498c3a8a7340ba74ba62a4a3 /arch/arm/plat-s3c64xx/Makefile | |
parent | 3501c9ae9fc5414d09c9a8d3a5452d2b167db916 (diff) | |
download | linux-ed618aff8a952f712caf1d475e0947a32a8b6606.tar.xz |
ARM: S3C64XX: Move IRQ support into mach-s3c64xx
Move IRQ support to mach-s3c64xx as it is unlikely to be re-used outside
this machine.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c64xx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile index 80255a5e1789..3e52dcdb3648 100644 --- a/arch/arm/plat-s3c64xx/Makefile +++ b/arch/arm/plat-s3c64xx/Makefile @@ -15,8 +15,6 @@ obj- := obj-y += dev-uart.o obj-y += dev-rtc.o obj-y += cpu.o -obj-y += irq.o -obj-y += irq-eint.o obj-y += clock.o obj-y += gpiolib.o @@ -30,7 +28,6 @@ obj-$(CONFIG_CPU_FREQ_S3C64XX) += cpufreq.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += sleep.o -obj-$(CONFIG_PM) += irq-pm.o # DMA support |