소스 검색

openrisc: remove arch-specific dma_supported implementation

This implementation is simply bogus - openrisc only has a simple
direct mapped DMA implementation and thus doesn't care about the
address.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Christoph Hellwig 8 년 전
부모
커밋
19ad53e498
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      arch/openrisc/include/asm/dma-mapping.h

+ 0 - 7
arch/openrisc/include/asm/dma-mapping.h

@@ -33,11 +33,4 @@ static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
 	return &or1k_dma_map_ops;
 	return &or1k_dma_map_ops;
 }
 }
 
 
-#define HAVE_ARCH_DMA_SUPPORTED 1
-static inline int dma_supported(struct device *dev, u64 dma_mask)
-{
-	/* Support 32 bit DMA mask exclusively */
-	return dma_mask == DMA_BIT_MASK(32);
-}
-
 #endif	/* __ASM_OPENRISC_DMA_MAPPING_H */
 #endif	/* __ASM_OPENRISC_DMA_MAPPING_H */