OSDN Git Service

crypto: ccp - remove unneeded code
authorGary R Hook <gary.hook@amd.com>
Tue, 18 Oct 2016 22:28:49 +0000 (17:28 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 25 Oct 2016 03:08:21 +0000 (11:08 +0800)
Clean up patch for an unneeded structure member.

Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/ccp-dev.h

index 58e8d38..830f35e 100644 (file)
@@ -515,7 +515,6 @@ struct ccp_op {
                struct ccp_passthru_op passthru;
                struct ccp_ecc_op ecc;
        } u;
-       struct ccp_mem key;
 };
 
 static inline u32 ccp_addr_lo(struct ccp_dma_info *info)