diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-29 12:02:15 +0300 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 03:03:43 +0300 |
commit | 2c420fe22f3d526691773288807d010068ce3033 (patch) | |
tree | 8e2605d8ec4cc6f076d7a04f2aa9e3e2727d976d /arch/arm/plat-s3c/Makefile | |
parent | 806c17b5497f62faa65a1fdd235b7fa2df17d704 (diff) | |
download | linux-2c420fe22f3d526691773288807d010068ce3033.tar.xz |
ARM: SAMSUNG: Move DMA support to plat-samsung
Move the core of the DMA support to plat-samsung for everyone to use.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r-- | arch/arm/plat-s3c/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index 197b9bd139ac..2a3c4a49117a 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile @@ -13,7 +13,3 @@ obj- := obj-y += init.o obj-y += time.o - -# DMA support - -obj-$(CONFIG_S3C_DMA) += dma.o |