[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)
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>

No differences found