]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: skcipher - blkcipher and ablkcipher should it be static
authorGeliang Tang <geliangtang@163.com>
Sun, 27 Sep 2015 14:47:05 +0000 (22:47 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 1 Oct 2015 13:56:57 +0000 (21:56 +0800)
commitecdd6bed292fda02a3e3997307ac228edcab0b22
treeba3f7dcde54197a91c79d62be2a014c1b21eda8b
parent284a0f6e87b0721e1be8bca419893902d9cf577a
crypto: skcipher - blkcipher and ablkcipher should it be static

Fixes the following sparse warnings:

 crypto/skcipher.c:94:5:
 warning: symbol 'crypto_init_skcipher_ops_blkcipher'
 was not declared. Should it be static?

 crypto/skcipher.c:185:5:
 warning: symbol 'crypto_init_skcipher_ops_ablkcipher'
 was not declared. Should it be static?

Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/skcipher.c