diff options
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r-- | include/linux/dmaengine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index b466f02e2433..57a43adfc39e 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h | |||
@@ -471,6 +471,7 @@ int dma_async_device_register(struct dma_device *device); | |||
471 | void dma_async_device_unregister(struct dma_device *device); | 471 | void dma_async_device_unregister(struct dma_device *device); |
472 | void dma_run_dependencies(struct dma_async_tx_descriptor *tx); | 472 | void dma_run_dependencies(struct dma_async_tx_descriptor *tx); |
473 | struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type); | 473 | struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type); |
474 | void dma_issue_pending_all(void); | ||
474 | 475 | ||
475 | /* --- Helper iov-locking functions --- */ | 476 | /* --- Helper iov-locking functions --- */ |
476 | 477 | ||