aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/qce/dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/qce/dma.h b/drivers/crypto/qce/dma.h
index 805e378d59e9..65bedb81de0b 100644
--- a/drivers/crypto/qce/dma.h
+++ b/drivers/crypto/qce/dma.h
@@ -14,6 +14,8 @@
14#ifndef _DMA_H_ 14#ifndef _DMA_H_
15#define _DMA_H_ 15#define _DMA_H_
16 16
17#include <linux/dmaengine.h>
18
17/* maximum data transfer block size between BAM and CE */ 19/* maximum data transfer block size between BAM and CE */
18#define QCE_BAM_BURST_SIZE 64 20#define QCE_BAM_BURST_SIZE 64
19 21