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-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=003f6c9df54970d8b19578d195b3e2b398cdbde2;p=openwrt%2Fstaging%2Fblogic.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 --- diff --git a/lib/sha1.c b/lib/sha1.c index f33271dd00cb..1de509a159c8 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -8,6 +8,7 @@ #include #include #include +#include #include /*