diff options
Diffstat (limited to 'drivers/crypto/sa2ul.h')
| -rw-r--r-- | drivers/crypto/sa2ul.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/drivers/crypto/sa2ul.h b/drivers/crypto/sa2ul.h index f597ddecde34..ed66d1f111db 100644 --- a/drivers/crypto/sa2ul.h +++ b/drivers/crypto/sa2ul.h @@ -171,9 +171,12 @@ struct sa_tfm_ctx;  #define SA_UNSAFE_DATA_SZ_MIN	240  #define SA_UNSAFE_DATA_SZ_MAX	256 +struct sa_match_data; +  /**   * struct sa_crypto_data - Crypto driver instance data   * @base: Base address of the register space + * @soc_data: Pointer to SoC specific data   * @pdev: Platform device pointer   * @sc_pool: security context pool   * @dev: Device pointer @@ -189,6 +192,7 @@ struct sa_tfm_ctx;   */  struct sa_crypto_data {  	void __iomem *base; +	const struct sa_match_data *match_data;  	struct platform_device	*pdev;  	struct dma_pool		*sc_pool;  	struct device *dev; | 
