diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-23 23:09:54 -0500 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-01-23 23:09:54 -0500 |
commit | d50b9e2e788dce9b120b5ac1140f0cdd1bf905eb (patch) | |
tree | b34a10958fc998b0718f720289d3e40049584b58 /arch/arm/mach-s3c24xx/Makefile | |
parent | 32b0aa9aaeb4a493135ea6368a614aa89c3c5488 (diff) |
ARM: SAMSUNG: remove unused DMA infrastructure
Everything uses dmaengine now, so there is no reason to
keep this around any longer. Thanks to everyone who was involved
in moving the users over to use the dmaengine APIs.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c24xx/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-s3c24xx/Makefile b/arch/arm/mach-s3c24xx/Makefile index b92071638733..b40a22fe082a 100644 --- a/arch/arm/mach-s3c24xx/Makefile +++ b/arch/arm/mach-s3c24xx/Makefile | |||
@@ -12,12 +12,10 @@ | |||
12 | obj-y += common.o | 12 | obj-y += common.o |
13 | 13 | ||
14 | obj-$(CONFIG_CPU_S3C2410) += s3c2410.o | 14 | obj-$(CONFIG_CPU_S3C2410) += s3c2410.o |
15 | obj-$(CONFIG_S3C2410_DMA) += dma-s3c2410.o | ||
16 | obj-$(CONFIG_S3C2410_PLL) += pll-s3c2410.o | 15 | obj-$(CONFIG_S3C2410_PLL) += pll-s3c2410.o |
17 | obj-$(CONFIG_S3C2410_PM) += pm-s3c2410.o sleep-s3c2410.o | 16 | obj-$(CONFIG_S3C2410_PM) += pm-s3c2410.o sleep-s3c2410.o |
18 | 17 | ||
19 | obj-$(CONFIG_CPU_S3C2412) += s3c2412.o | 18 | obj-$(CONFIG_CPU_S3C2412) += s3c2412.o |
20 | obj-$(CONFIG_S3C2412_DMA) += dma-s3c2412.o | ||
21 | obj-$(CONFIG_S3C2412_PM) += pm-s3c2412.o | 19 | obj-$(CONFIG_S3C2412_PM) += pm-s3c2412.o |
22 | obj-$(CONFIG_S3C2412_PM_SLEEP) += sleep-s3c2412.o | 20 | obj-$(CONFIG_S3C2412_PM_SLEEP) += sleep-s3c2412.o |
23 | 21 | ||
@@ -27,7 +25,6 @@ obj-$(CONFIG_S3C2416_PM) += pm-s3c2416.o | |||
27 | obj-$(CONFIG_CPU_S3C2440) += s3c2440.o | 25 | obj-$(CONFIG_CPU_S3C2440) += s3c2440.o |
28 | obj-$(CONFIG_CPU_S3C2442) += s3c2442.o | 26 | obj-$(CONFIG_CPU_S3C2442) += s3c2442.o |
29 | obj-$(CONFIG_CPU_S3C244X) += s3c244x.o | 27 | obj-$(CONFIG_CPU_S3C244X) += s3c244x.o |
30 | obj-$(CONFIG_S3C2440_DMA) += dma-s3c2440.o | ||
31 | obj-$(CONFIG_S3C2440_PLL_12000000) += pll-s3c2440-12000000.o | 28 | obj-$(CONFIG_S3C2440_PLL_12000000) += pll-s3c2440-12000000.o |
32 | obj-$(CONFIG_S3C2440_PLL_16934400) += pll-s3c2440-16934400.o | 29 | obj-$(CONFIG_S3C2440_PLL_16934400) += pll-s3c2440-16934400.o |
33 | 30 | ||
@@ -39,15 +36,11 @@ obj-$(CONFIG_PM) += pm.o irq-pm.o sleep.o | |||
39 | 36 | ||
40 | # common code | 37 | # common code |
41 | 38 | ||
42 | obj-$(CONFIG_S3C24XX_DMA) += dma.o | ||
43 | |||
44 | obj-$(CONFIG_S3C2410_CPUFREQ_UTILS) += cpufreq-utils.o | 39 | obj-$(CONFIG_S3C2410_CPUFREQ_UTILS) += cpufreq-utils.o |
45 | 40 | ||
46 | obj-$(CONFIG_S3C2410_IOTIMING) += iotiming-s3c2410.o | 41 | obj-$(CONFIG_S3C2410_IOTIMING) += iotiming-s3c2410.o |
47 | obj-$(CONFIG_S3C2412_IOTIMING) += iotiming-s3c2412.o | 42 | obj-$(CONFIG_S3C2412_IOTIMING) += iotiming-s3c2412.o |
48 | 43 | ||
49 | obj-$(CONFIG_S3C2443_DMA) += dma-s3c2443.o | ||
50 | |||
51 | # | 44 | # |
52 | # machine support | 45 | # machine support |
53 | # following is ordered alphabetically by option text. | 46 | # following is ordered alphabetically by option text. |