Merge remote-tracking branch 'asoc/topic/sti' into asoc-next
[deliverable/linux.git] / include / linux / dma-mapping.h
index 5e45cf930a3f53fc7071f42a5759fe3dd5fd6a31..9ea9aba280498fa7f86e293044610fa321857e99 100644 (file)
@@ -70,6 +70,8 @@ struct dma_map_ops {
        int is_phys;
 };
 
+extern struct dma_map_ops dma_noop_ops;
+
 #define DMA_BIT_MASK(n)        (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1))
 
 #define DMA_MASK_NONE  0x0ULL
This page took 0.02635 seconds and 5 git commands to generate.