mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
crypto: omap-aes - drop unused flags attribute from omap_aes_ctx
This is not used for anything, so drop it. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
1e6adff449
commit
f09b348c1a
@ -105,7 +105,6 @@ struct omap_aes_ctx {
|
||||
|
||||
int keylen;
|
||||
u32 key[AES_KEYSIZE_256 / sizeof(u32)];
|
||||
unsigned long flags;
|
||||
struct crypto_skcipher *fallback;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user