diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 08:23:32 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 10:44:47 +0100 |
commit | 78fb40263f34c65ade1693664db1af168d479588 (patch) | |
tree | 757f5aaf0ea4d0d8942aa11002bdbfda6fda8fb0 /arch/sh/drivers/dma/Makefile | |
parent | sh: Conditionalize the code dumper on CONFIG_DUMP_CODE. (diff) | |
download | linux-78fb40263f34c65ade1693664db1af168d479588.tar.xz linux-78fb40263f34c65ade1693664db1af168d479588.zip |
sh: dma: Kill off ISA DMA wrapper.
There are no more users for this code, and it has been deprecated for
some time, so just kill it off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/dma/Makefile')
-rw-r--r-- | arch/sh/drivers/dma/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/drivers/dma/Makefile b/arch/sh/drivers/dma/Makefile index 1ac812d24488..ab956adacb47 100644 --- a/arch/sh/drivers/dma/Makefile +++ b/arch/sh/drivers/dma/Makefile @@ -3,7 +3,6 @@ # obj-$(CONFIG_SH_DMA_API) += dma-api.o dma-sysfs.o -obj-$(CONFIG_ISA_DMA_API) += dma-isa.o obj-$(CONFIG_SH_DMA) += dma-sh.o obj-$(CONFIG_SH_DREAMCAST) += dma-pvr2.o dma-g2.o obj-$(CONFIG_SH_DMABRG) += dmabrg.o |