[CRYPTO] skcipher: Fix section mismatches
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 8 Mar 2008 12:29:43 +0000 (20:29 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 8 Mar 2008 12:29:43 +0000 (20:29 +0800)
The previous patch to move chainiv and eseqiv into blkcipher created
a section mismatch for the chainiv exit function which was also called
from __init.  This patch removes the __exit marking on it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found