diff options
Diffstat (limited to 'drivers/crypto/caam/intern.h')
-rw-r--r-- | drivers/crypto/caam/intern.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/crypto/caam/intern.h b/drivers/crypto/caam/intern.h index b781445d2fcc..6d85fcc5bd0a 100644 --- a/drivers/crypto/caam/intern.h +++ b/drivers/crypto/caam/intern.h | |||
@@ -83,13 +83,6 @@ struct caam_drv_private { | |||
83 | u8 qi_present; /* Nonzero if QI present in device */ | 83 | u8 qi_present; /* Nonzero if QI present in device */ |
84 | int secvio_irq; /* Security violation interrupt number */ | 84 | int secvio_irq; /* Security violation interrupt number */ |
85 | 85 | ||
86 | /* which jr allocated to scatterlist crypto */ | ||
87 | atomic_t tfm_count ____cacheline_aligned; | ||
88 | /* list of registered crypto algorithms (mk generic context handle?) */ | ||
89 | struct list_head alg_list; | ||
90 | /* list of registered hash algorithms (mk generic context handle?) */ | ||
91 | struct list_head hash_list; | ||
92 | |||
93 | #define RNG4_MAX_HANDLES 2 | 86 | #define RNG4_MAX_HANDLES 2 |
94 | /* RNG4 block */ | 87 | /* RNG4 block */ |
95 | u32 rng4_sh_init; /* This bitmap shows which of the State | 88 | u32 rng4_sh_init; /* This bitmap shows which of the State |