alistair23-linux/drivers/staging/skein
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
..
Kconfig staging: crypto: skein: depend upon CRYPTO 2014-05-19 12:56:58 -07:00
Makefile staging/skein: move all threefish block functions to one file 2014-05-21 11:17:42 +09:00
skein.c staging/skein: variable/member name cleanup 2014-05-21 11:17:42 +09:00
skein.h staging/skein: variable/member name cleanup 2014-05-21 11:17:42 +09:00
skein_api.c staging/skein: variable/member name cleanup 2014-05-21 11:17:42 +09:00
skein_api.h staging/skein: variable/member name cleanup 2014-05-21 11:17:42 +09:00
skein_block.c staging: skein: fix sparse warning for static declarations 2014-06-01 16:58:59 -07:00
skein_block.h staging/skein: rename files and clean up directory structure 2014-05-19 17:32:27 -07:00
skein_iv.h staging/skein: rename files and clean up directory structure 2014-05-19 17:32:27 -07:00
threefish_api.c staging/skein: rename files and clean up directory structure 2014-05-19 17:32:27 -07:00
threefish_api.h staging/skein: comment typos 2014-05-21 11:17:42 +09:00
threefish_block.c staging/skein: move all threefish block functions to one file 2014-05-21 11:17:42 +09:00
TODO staging/skein: rename files and clean up directory structure 2014-05-19 17:32:27 -07:00