diff options
Diffstat (limited to 'drivers/crypto/ccree/cc_buffer_mgr.h')
-rw-r--r-- | drivers/crypto/ccree/cc_buffer_mgr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/ccree/cc_buffer_mgr.h b/drivers/crypto/ccree/cc_buffer_mgr.h index a726016bdbc1..af434872c6ff 100644 --- a/drivers/crypto/ccree/cc_buffer_mgr.h +++ b/drivers/crypto/ccree/cc_buffer_mgr.h | |||
@@ -66,6 +66,4 @@ void cc_unmap_hash_request(struct device *dev, void *ctx, | |||
66 | void cc_copy_sg_portion(struct device *dev, u8 *dest, struct scatterlist *sg, | 66 | void cc_copy_sg_portion(struct device *dev, u8 *dest, struct scatterlist *sg, |
67 | u32 to_skip, u32 end, enum cc_sg_cpy_direct direct); | 67 | u32 to_skip, u32 end, enum cc_sg_cpy_direct direct); |
68 | 68 | ||
69 | void cc_zero_sgl(struct scatterlist *sgl, u32 data_len); | ||
70 | |||
71 | #endif /*__BUFFER_MGR_H__*/ | 69 | #endif /*__BUFFER_MGR_H__*/ |