dma-mapping: always provide the dma_map_ops based implementation
[deliverable/linux.git] / arch / unicore32 / include / asm / dma-mapping.h
index 8140e053ccd351332f33d3df8decccfdeb86074b..4749854afd03544481207d54569f47c5368edc60 100644 (file)
@@ -28,8 +28,6 @@ static inline struct dma_map_ops *get_dma_ops(struct device *dev)
        return &swiotlb_dma_map_ops;
 }
 
-#include <asm-generic/dma-mapping-common.h>
-
 static inline bool dma_capable(struct device *dev, dma_addr_t addr, size_t size)
 {
        if (dev && dev->dma_mask)
This page took 0.02493 seconds and 5 git commands to generate.