ssb: add dma_dev to ssb_device structure
[pandora-kernel.git] / include / linux / ssb / ssb.h
index a2608bf..0d5f043 100644 (file)
@@ -167,7 +167,7 @@ struct ssb_device {
         * is an optimization. */
        const struct ssb_bus_ops *ops;
 
-       struct device *dev;
+       struct device *dev, *dma_dev;
 
        struct ssb_bus *bus;
        struct ssb_device_id id;