From: James A Shackleford Date: Sun, 1 Jun 2014 23:52:49 +0000 (-0400) Subject: staging: skein: fix sparse warning for static declarations X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb843aa5050a395bc922db1b41b7237f238d2ba;p=pandora-kernel.git staging: skein: fix sparse warning for static declarations This patch fixes the following sparse warnings: skein_block.c:43:6: warning: symbol 'skein_256_process_block' was not declared. Should it be static? skein_block.c:252:6: warning: symbol 'skein_512_process_block' was not declared. Should it be static? skein_block.c:483:6: warning: symbol 'skein_1024_process_block' was not declared. Should it be static? by including the header skein_block.h, which contains the declarations in question. Signed-off-by: James A Shackleford Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed