aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r--include/linux/dmaengine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index 91252a7e4d03..cd34df78c6aa 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -258,7 +258,6 @@ struct dma_async_tx_descriptor {
258 * @device_prep_dma_zero_sum: prepares a zero_sum operation 258 * @device_prep_dma_zero_sum: prepares a zero_sum operation
259 * @device_prep_dma_memset: prepares a memset operation 259 * @device_prep_dma_memset: prepares a memset operation
260 * @device_prep_dma_interrupt: prepares an end of chain interrupt operation 260 * @device_prep_dma_interrupt: prepares an end of chain interrupt operation
261 * @device_dependency_added: async_tx notifies the channel about new deps
262 * @device_issue_pending: push pending transactions to hardware 261 * @device_issue_pending: push pending transactions to hardware
263 */ 262 */
264struct dma_device { 263struct dma_device {
@@ -293,7 +292,6 @@ struct dma_device {
293 struct dma_async_tx_descriptor *(*device_prep_dma_interrupt)( 292 struct dma_async_tx_descriptor *(*device_prep_dma_interrupt)(
294 struct dma_chan *chan); 293 struct dma_chan *chan);
295 294
296 void (*device_dependency_added)(struct dma_chan *chan);
297 enum dma_status (*device_is_tx_complete)(struct dma_chan *chan, 295 enum dma_status (*device_is_tx_complete)(struct dma_chan *chan,
298 dma_cookie_t cookie, dma_cookie_t *last, 296 dma_cookie_t cookie, dma_cookie_t *last,
299 dma_cookie_t *used); 297 dma_cookie_t *used);