diff options
author | Christoph Hellwig <hch@lst.de> | 2018-01-09 16:32:02 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:35:16 +0100 |
commit | f73337f4cef277f3c70f4bf9bdd6e93a52f57bdd (patch) | |
tree | f85c2d58516b46d545fdf7e5f72689373a75f301 /arch/cris/arch-v32/drivers/pci/Makefile | |
parent | dma-direct: reject too small dma masks (diff) | |
download | linux-f73337f4cef277f3c70f4bf9bdd6e93a52f57bdd.tar.xz linux-f73337f4cef277f3c70f4bf9bdd6e93a52f57bdd.zip |
cris: use dma-direct
cris currently has an incomplete direct mapping dma_map_ops implementation
if PCI support is enabled. Replace it with the fully feature generic
dma-direct implementation.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v32/drivers/pci/Makefile')
-rw-r--r-- | arch/cris/arch-v32/drivers/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/drivers/pci/Makefile b/arch/cris/arch-v32/drivers/pci/Makefile index bff7482f2444..93c8be6170b1 100644 --- a/arch/cris/arch-v32/drivers/pci/Makefile +++ b/arch/cris/arch-v32/drivers/pci/Makefile @@ -2,4 +2,4 @@ # Makefile for Etrax cardbus driver # -obj-$(CONFIG_ETRAX_CARDBUS) += bios.o dma.o +obj-$(CONFIG_ETRAX_CARDBUS) += bios.o |