From: Herbert Xu Date: Thu, 11 Oct 2007 08:45:17 +0000 (+0800) Subject: [CRYPTO] authenc: Move initialisations up to shut up gcc X-Git-Tag: v2.6.24-rc4~91^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f347c4facfee3d11eb9cd1c070ab471a8fb7401e;p=pandora-kernel.git [CRYPTO] authenc: Move initialisations up to shut up gcc It seems that newer versions of gcc have regressed in their abilities to analyse initialisations. This patch moves the initialisations up to avoid the warnings. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed