aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/crypto.h')
-rw-r--r--include/linux/crypto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h
index da5e0d74bb2f..3b9263d6122f 100644
--- a/include/linux/crypto.h
+++ b/include/linux/crypto.h
@@ -647,7 +647,6 @@ enum {
CRYPTOA_UNSPEC,
CRYPTOA_ALG,
CRYPTOA_TYPE,
- CRYPTOA_U32,
__CRYPTOA_MAX,
};
@@ -665,10 +664,6 @@ struct crypto_attr_type {
u32 mask;
};
-struct crypto_attr_u32 {
- u32 num;
-};
-
/*
* Transform user interface.
*/