summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/cryp/cryp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/ux500/cryp/cryp.h')
-rw-r--r--drivers/crypto/ux500/cryp/cryp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/ux500/cryp/cryp.h b/drivers/crypto/ux500/cryp/cryp.h
index bfa2beb694f..36835a3982e 100644
--- a/drivers/crypto/ux500/cryp/cryp.h
+++ b/drivers/crypto/ux500/cryp/cryp.h
@@ -80,7 +80,6 @@ enum cryp_mode {
/**
* struct cryp_config -
- * @keyrden: Cryp state enable/disable
* @keysize: Key size for AES
* @algomode: AES modes
* @algodir: Cryp Encryption or Decryption
@@ -88,7 +87,6 @@ enum cryp_mode {
* CRYP configuration structure to be passed to set configuration
*/
struct cryp_config {
- enum cryp_state keyrden;
int keysize;
enum cryp_algo_mode algomode;
enum cryp_algorithm_dir algodir;