Skip to content

Commit

Permalink
sh: dma: Kill off ISA DMA wrapper.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent 5d2685d commit 78fb402
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 110 deletions.
3 changes: 0 additions & 3 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,6 @@ source "arch/sh/drivers/Kconfig"

endmenu

config ISA_DMA_API
bool

menu "Kernel features"

source kernel/Kconfig.hz
Expand Down
1 change: 0 additions & 1 deletion arch/sh/drivers/dma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
106 changes: 0 additions & 106 deletions arch/sh/drivers/dma/dma-isa.c

This file was deleted.

0 comments on commit 78fb402

Please sign in to comment.