add dma_get_ops to struct ia64_machine_vector
[deliverable/linux.git] / arch / ia64 / kernel / dma-mapping.c
1 #include <linux/dma-mapping.h>
2
3 struct dma_mapping_ops *dma_ops;
4 EXPORT_SYMBOL(dma_ops);
5
6 struct dma_mapping_ops *dma_get_ops(struct device *dev)
7 {
8 return dma_ops;
9 }
10 EXPORT_SYMBOL(dma_get_ops);
This page took 0.044818 seconds and 6 git commands to generate.