diff options
Diffstat (limited to 'drivers/crypto/caam/intern.h')
-rw-r--r-- | drivers/crypto/caam/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/caam/intern.h b/drivers/crypto/caam/intern.h index 462be99d9a3c..ed2b739f934b 100644 --- a/drivers/crypto/caam/intern.h +++ b/drivers/crypto/caam/intern.h | |||
@@ -88,6 +88,8 @@ struct caam_drv_private { | |||
88 | atomic_t tfm_count ____cacheline_aligned; | 88 | atomic_t tfm_count ____cacheline_aligned; |
89 | /* list of registered crypto algorithms (mk generic context handle?) */ | 89 | /* list of registered crypto algorithms (mk generic context handle?) */ |
90 | struct list_head alg_list; | 90 | struct list_head alg_list; |
91 | /* list of registered hash algorithms (mk generic context handle?) */ | ||
92 | struct list_head hash_list; | ||
91 | 93 | ||
92 | /* | 94 | /* |
93 | * debugfs entries for developer view into driver/device | 95 | * debugfs entries for developer view into driver/device |