diff options
author | Tomasz Figa <tomasz.figa@gmail.com> | 2013-10-16 21:10:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-24 15:38:25 +0100 |
commit | 15469ed37f8a9c004ac537495f9f7c51790a80c0 (patch) | |
tree | c0504f959f4a6a3c90f2bf4d2ea15410a7c163c0 /arch/arm/mach-s3c64xx/Makefile | |
parent | clk: samsung: s3c64xx: Add aliases for DMA clocks (diff) | |
download | linux-15469ed37f8a9c004ac537495f9f7c51790a80c0.tar.xz linux-15469ed37f8a9c004ac537495f9f7c51790a80c0.zip |
ARM: s3c64xx: Remove legacy DMA driver
Since support for generic PL08x DMA engine driver has been added, there
is no need to keep the old legacy driver, so this patch removes it.
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index e8e9a468cbc9..58069a702a43 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile @@ -26,7 +26,6 @@ obj-$(CONFIG_CPU_IDLE) += cpuidle.o # DMA support -obj-$(CONFIG_S3C64XX_DMA) += dma.o obj-$(CONFIG_S3C64XX_PL080) += pl080.o # Device support |