diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ssb/ssb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h index 20add65215af..db53defde5ee 100644 --- a/include/linux/ssb/ssb.h +++ b/include/linux/ssb/ssb.h | |||
| @@ -129,6 +129,10 @@ struct ssb_device { | |||
| 129 | const struct ssb_bus_ops *ops; | 129 | const struct ssb_bus_ops *ops; |
| 130 | 130 | ||
| 131 | struct device *dev; | 131 | struct device *dev; |
| 132 | /* Pointer to the device that has to be used for | ||
| 133 | * any DMA related operation. */ | ||
| 134 | struct device *dma_dev; | ||
| 135 | |||
| 132 | struct ssb_bus *bus; | 136 | struct ssb_bus *bus; |
| 133 | struct ssb_device_id id; | 137 | struct ssb_device_id id; |
| 134 | 138 | ||
