microblaze: remove unused HAVE_ARCH_PCI_SET_DMA_MASK
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 12 Jul 2010 06:37:20 +0000 (15:37 +0900)
committerMichal Simek <monstr@monstr.eu>
Wed, 4 Aug 2010 08:22:37 +0000 (10:22 +0200)
HAVE_ARCH_PCI_SET_DMA_MASK was removed in 2.6.34 (no architecture has
the own implementation of pci_set_dma_mask).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/dma-mapping.h

index 18b3731c850987fef9654bdc6b4d00652a1964cd..5073895807094541c6031da0804fa77fa7461baf 100644 (file)
@@ -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);