diff options
Diffstat (limited to 'include/linux/async_tx.h')
-rw-r--r-- | include/linux/async_tx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/async_tx.h b/include/linux/async_tx.h index 388574ea38ed..28e3cf1465ab 100644 --- a/include/linux/async_tx.h +++ b/include/linux/async_tx.h | |||
@@ -87,7 +87,7 @@ struct async_submit_ctl { | |||
87 | void *scribble; | 87 | void *scribble; |
88 | }; | 88 | }; |
89 | 89 | ||
90 | #ifdef CONFIG_DMA_ENGINE | 90 | #if defined(CONFIG_DMA_ENGINE) && !defined(CONFIG_ASYNC_TX_CHANNEL_SWITCH) |
91 | #define async_tx_issue_pending_all dma_issue_pending_all | 91 | #define async_tx_issue_pending_all dma_issue_pending_all |
92 | 92 | ||
93 | /** | 93 | /** |