|
@@ -37,21 +37,6 @@ static inline struct dma_map_ops *get_dma_ops(struct device *dev)
|
|
return dma_ops;
|
|
return dma_ops;
|
|
}
|
|
}
|
|
|
|
|
|
-#define HAVE_ARCH_DMA_SET_MASK 1
|
|
|
|
-
|
|
|
|
-static inline int dma_set_mask(struct device *dev, u64 mask)
|
|
|
|
-{
|
|
|
|
-#ifdef CONFIG_PCI
|
|
|
|
- if (dev->bus == &pci_bus_type) {
|
|
|
|
- if (!dev->dma_mask || !dma_supported(dev, mask))
|
|
|
|
- return -EINVAL;
|
|
|
|
- *dev->dma_mask = mask;
|
|
|
|
- return 0;
|
|
|
|
- }
|
|
|
|
-#endif
|
|
|
|
- return -EINVAL;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#include <asm-generic/dma-mapping-common.h>
|
|
#include <asm-generic/dma-mapping-common.h>
|
|
|
|
|
|
#endif
|
|
#endif
|