]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ssb/ssb.h
ssb: Fix usage of struct device used for DMAing
[linux-2.6-omap-h63xx.git] / include / linux / ssb / ssb.h
index 20add65215af605a942f3cfbd67917dded77beb5..db53defde5eec14c1238b8a95ccc1e746db35620 100644 (file)
@@ -129,6 +129,10 @@ struct ssb_device {
        const struct ssb_bus_ops *ops;
 
        struct device *dev;
+       /* Pointer to the device that has to be used for
+        * any DMA related operation. */
+       struct device *dma_dev;
+
        struct ssb_bus *bus;
        struct ssb_device_id id;