From: H Hartley Sweeten Date: Thu, 22 Sep 2011 11:33:01 +0000 (+1000) Subject: crypto: aes-x86 - quiet sparse noise about symbol not declared X-Git-Tag: v3.2-rc1~105^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4cc2b6bf475c183443278808b758c702c01404;p=pandora-kernel.git crypto: aes-x86 - quiet sparse noise about symbol not declared Include to pick up the declarations for crypto_aes_encrypt_x86 and crypto_aes_decrypt_x86 to quiet the sparse noise: warning: symbol 'crypto_aes_encrypt_x86' was not declared. Should it be static? warning: symbol 'crypto_aes_decrypt_x86' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Acked-by: Mandeep Singh Baines Signed-off-by: Herbert Xu --- Reading git-diff-tree failed