Commit f09b348c authored by Tero Kristo's avatar Tero Kristo Committed by Herbert Xu

crypto: omap-aes - drop unused flags attribute from omap_aes_ctx

This is not used for anything, so drop it.
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1e6adff4
......@@ -105,7 +105,6 @@ struct omap_aes_ctx {
int keylen;
u32 key[AES_KEYSIZE_256 / sizeof(u32)];
unsigned long flags;
struct crypto_skcipher *fallback;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment