summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Makefile
diff options
context:
space:
mode:
authorAndy Shevchenko2015-03-09 15:48:51 +0100
committerMark Brown2015-03-17 13:31:33 +0100
commit36111da7838e186069ed1ec4fe2fe7510e81da55 (patch)
treefad078b837f56da6f993d56bc0c6a632ee05ee53 /drivers/dma/Makefile
parentspi: dw-spi: Convert 16bit accesses to 32bit accesses (diff)
downloadkernel-qcow2-linux-36111da7838e186069ed1ec4fe2fe7510e81da55.tar.gz
kernel-qcow2-linux-36111da7838e186069ed1ec4fe2fe7510e81da55.tar.xz
kernel-qcow2-linux-36111da7838e186069ed1ec4fe2fe7510e81da55.zip
dmaengine: intel-mid-dma: remove the driver
Since the last and the only user of this driver is converted to use dw_dmac we can remove driver from the tree. Moreover, besides the driver is unmaintained a long time, it serves for the DesignWare DMA IP, for which we have already driver in the tree. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r--drivers/dma/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile
index f915f61ec574..539d4825bd76 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -6,7 +6,6 @@ obj-$(CONFIG_DMA_VIRTUAL_CHANNELS) += virt-dma.o
obj-$(CONFIG_DMA_ACPI) += acpi-dma.o
obj-$(CONFIG_DMA_OF) += of-dma.o
-obj-$(CONFIG_INTEL_MID_DMAC) += intel_mid_dma.o
obj-$(CONFIG_DMATEST) += dmatest.o
obj-$(CONFIG_INTEL_IOATDMA) += ioat/
obj-$(CONFIG_INTEL_IOP_ADMA) += iop-adma.o