Merge branch 'topic/jack' into for-linus
[pandora-kernel.git] / arch / microblaze / include / asm / device.h
index 78a0384..402b46e 100644 (file)
@@ -14,6 +14,10 @@ struct device_node;
 struct dev_archdata {
        /* Optional pointer to an OF device node */
        struct device_node      *of_node;
+
+       /* DMA operations on that device */
+       struct dma_map_ops      *dma_ops;
+       void                    *dma_data;
 };
 
 struct pdev_archdata {