From f4cf95ecfa2cf06a7caa0c3c7ff8ae8ccab28c97 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 12 Jul 2010 15:37:20 +0900 Subject: [PATCH] --- yaml --- r: 204642 b: refs/heads/master c: 75842abfd82d4b2ef9bd2ae632ca911e7559a194 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/microblaze/include/asm/dma-mapping.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index b0f6817bd58e..d89af434fc59 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d0f140e03e38dc553a0bb61611c15fcede671f23 +refs/heads/master: 75842abfd82d4b2ef9bd2ae632ca911e7559a194 diff --git a/trunk/arch/microblaze/include/asm/dma-mapping.h b/trunk/arch/microblaze/include/asm/dma-mapping.h index 18b3731c8509..507389580709 100644 --- a/trunk/arch/microblaze/include/asm/dma-mapping.h +++ b/trunk/arch/microblaze/include/asm/dma-mapping.h @@ -79,12 +79,6 @@ static inline int dma_supported(struct device *dev, u64 mask) return ops->dma_supported(dev, mask); } -#ifdef CONFIG_PCI -/* We have our own implementation of pci_set_dma_mask() */ -#define HAVE_ARCH_PCI_SET_DMA_MASK - -#endif - static inline int dma_set_mask(struct device *dev, u64 dma_mask) { struct dma_map_ops *ops = get_dma_ops(dev);