diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dmaengine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 6432b8343220..ba89b0f5056e 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h | |||
@@ -281,7 +281,8 @@ struct dma_device { | |||
281 | int dev_id; | 281 | int dev_id; |
282 | struct device *dev; | 282 | struct device *dev; |
283 | 283 | ||
284 | int (*device_alloc_chan_resources)(struct dma_chan *chan); | 284 | int (*device_alloc_chan_resources)(struct dma_chan *chan, |
285 | struct dma_client *client); | ||
285 | void (*device_free_chan_resources)(struct dma_chan *chan); | 286 | void (*device_free_chan_resources)(struct dma_chan *chan); |
286 | 287 | ||
287 | struct dma_async_tx_descriptor *(*device_prep_dma_memcpy)( | 288 | struct dma_async_tx_descriptor *(*device_prep_dma_memcpy)( |