Re: [PATCH 11/29] crypto: talitos - Remove unused priority field in struct talitos_alg_template
From: Christophe Leroy (CS GROUP)
Date: Mon Jun 01 2026 - 07:57:09 EST
Le 28/05/2026 à 11:08, Paul Louvel a écrit :
After algorithm properties are now set at definition time, the priority
field in struct talitos_alg_template is no longer used. Remove it.
Should probably be sqashed (with the above explanation) in the previous commit.
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;