[PATCH 11/29] crypto: talitos - Remove unused priority field in struct talitos_alg_template
From: Paul Louvel
Date: Thu May 28 2026 - 05:26:42 EST
After algorithm properties are now set at definition time, the priority
field in struct talitos_alg_template is no longer used. Remove it.
Signed-off-by: Paul Louvel <paul.louvel@xxxxxxxxxxx>
---
drivers/crypto/talitos/talitos.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/crypto/talitos/talitos.h b/drivers/crypto/talitos/talitos.h
index 438be8c8f08d..6cf3628c52c2 100644
--- a/drivers/crypto/talitos/talitos.h
+++ b/drivers/crypto/talitos/talitos.h
@@ -203,7 +203,6 @@ struct talitos_ctx {
struct talitos_alg_template {
u32 type;
- u32 priority;
union {
struct skcipher_alg skcipher;
struct ahash_alg hash;
--
2.54.0