Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[linux-2.6-block.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