diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 16:18:59 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-01-26 20:25:32 +0300 |
commit | a033a74e8b66336fc2ea379842be6bcf176cbfbc (patch) | |
tree | 0e4c12f9fbaf65185306509052d4b90876ac4866 /drivers/dma/Makefile | |
parent | 1c8963f830136c26f01af5d2523470a2b958ce80 (diff) | |
download | linux-a033a74e8b66336fc2ea379842be6bcf176cbfbc.tar.xz |
dmaengine: remove coh901318 driver
The ST-Ericsson U300 platform is getting removed, so this driver is no
longer needed.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210120131859.2056308-4-arnd@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index 4aed5ea59922..aa69094e3547 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -20,7 +20,6 @@ obj-$(CONFIG_AT_HDMAC) += at_hdmac.o obj-$(CONFIG_AT_XDMAC) += at_xdmac.o obj-$(CONFIG_AXI_DMAC) += dma-axi-dmac.o obj-$(CONFIG_BCM_SBA_RAID) += bcm-sba-raid.o -obj-$(CONFIG_COH901318) += coh901318.o coh901318_lli.o obj-$(CONFIG_DMA_BCM2835) += bcm2835-dma.o obj-$(CONFIG_DMA_JZ4780) += dma-jz4780.o obj-$(CONFIG_DMA_SA11X0) += sa11x0-dma.o |