From: Herbert Xu Date: Fri, 4 Apr 2014 12:24:03 +0000 (+0800) Subject: crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~2^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea481466d1c7cbd9d8f70ddc17a443a6c6fc09b;p=pandora-kernel.git crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key The internal key isn't actually in big-endian format so let's switch to u128 which also happens to allow us to remove a sparse warning. Based on suggestion by Ard Biesheuvel. Signed-off-by: Herbert Xu Acked-by: Ard Biesheuvel --- Reading git-diff-tree failed