From: H Hartley Sweeten Date: Fri, 9 Sep 2011 18:30:27 +0000 (-0700) Subject: lib/sha1.c: quiet sparse noise about symbol not declared X-Git-Tag: v3.1-rc7~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=003f6c9df54970d8b19578d195b3e2b398cdbde2;p=pandora-kernel.git lib/sha1.c: quiet sparse noise about symbol not declared Include to pickup the declarations for sha_transform and sha_init to quite the sparse noise: warning: symbol 'sha_transform' was not declared. Should it be static? warning: symbol 'sha_init' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Acked-by: Mandeep Singh Baines Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed