diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-25 21:07:23 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-20 17:32:00 -0500 |
commit | ed618aff8a952f712caf1d475e0947a32a8b6606 (patch) | |
tree | d106f5b5c24e42c6498c3a8a7340ba74ba62a4a3 /arch/arm/plat-s3c64xx/Makefile | |
parent | 3501c9ae9fc5414d09c9a8d3a5452d2b167db916 (diff) |
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- := | |||
15 | obj-y += dev-uart.o | 15 | obj-y += dev-uart.o |
16 | obj-y += dev-rtc.o | 16 | obj-y += dev-rtc.o |
17 | obj-y += cpu.o | 17 | obj-y += cpu.o |
18 | obj-y += irq.o | ||
19 | obj-y += irq-eint.o | ||
20 | obj-y += clock.o | 18 | obj-y += clock.o |
21 | obj-y += gpiolib.o | 19 | obj-y += gpiolib.o |
22 | 20 | ||
@@ -30,7 +28,6 @@ obj-$(CONFIG_CPU_FREQ_S3C64XX) += cpufreq.o | |||
30 | 28 | ||
31 | obj-$(CONFIG_PM) += pm.o | 29 | obj-$(CONFIG_PM) += pm.o |
32 | obj-$(CONFIG_PM) += sleep.o | 30 | obj-$(CONFIG_PM) += sleep.o |
33 | obj-$(CONFIG_PM) += irq-pm.o | ||
34 | 31 | ||
35 | # DMA support | 32 | # DMA support |
36 | 33 | ||