crypto: omap-aes - drop unused flags attribute from omap_aes_ctx
authorTero Kristo <t-kristo@ti.com>
Wed, 24 May 2017 07:35:22 +0000 (10:35 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 10 Jun 2017 04:04:12 +0000 (12:04 +0800)
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>
drivers/crypto/omap-aes.c

index fe32dd9..ad6e2b3 100644 (file)
@@ -105,7 +105,6 @@ struct omap_aes_ctx {
 
        int             keylen;
        u32             key[AES_KEYSIZE_256 / sizeof(u32)];
-       unsigned long   flags;
        struct crypto_skcipher  *fallback;
 };