James A Shackleford 7eb843aa50 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 <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-06-01 16:58:59 -07:00
..
2014-05-25 11:53:44 -07:00
2014-05-24 07:23:15 +09:00
2014-05-23 20:44:43 +09:00
2014-06-01 11:36:48 -07:00
2014-04-22 10:08:40 -07:00
2014-05-23 20:46:41 +09:00
2014-05-23 20:46:41 +09:00