]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 fe32dd95ae4ff20008baeaaa9a78046b6b6c0ed0..ad6e2b37dbd5976fd0641632fdcdef8a058ad0f0 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;
 };