[CRYPTO] ablkcipher: Remove queue pointer from common alg object
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 26 Aug 2007 11:12:47 +0000 (19:12 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:41 +0000 (16:55 -0700)
commit2de98e75449fc1c43d2fbb857668ae62d4f5eece
treeda472cafdc8688664011cf05b655db55a051b4e7
parent791b4d5f73cbc16ee532ebac5bd82d51524d4f99
[CRYPTO] ablkcipher: Remove queue pointer from common alg object

Since not everyone needs a queue pointer and those who need it can
always get it from the context anyway the queue pointer in the
common alg object is redundant.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ablkcipher.c
crypto/cryptd.c
include/crypto/algapi.h
include/linux/crypto.h