From: Herbert Xu Date: Sat, 8 Mar 2008 12:29:43 +0000 (+0800) Subject: [CRYPTO] skcipher: Fix section mismatches X-Git-Tag: v2.6.25-rc5~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13ba2f7d3a877967477ec8f64e1dae7a967c7e2;p=pandora-kernel.git [CRYPTO] skcipher: Fix section mismatches 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 --- Reading git-diff-tree failed