diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-03 05:04:37 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-11-27 22:20:01 +0100 |
commit | 38544bfff2f215030935189873f87a400bb0bf03 (patch) | |
tree | d9a378661ace1755806b559e6b22c7046332dc11 /crypto/algif_skcipher.c | |
parent | block: annotate ->poll() instances (diff) | |
download | linux-38544bfff2f215030935189873f87a400bb0bf03.tar.xz linux-38544bfff2f215030935189873f87a400bb0bf03.zip |
crypto: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'crypto/algif_skcipher.c')
-rw-r--r-- | crypto/algif_skcipher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/algif_skcipher.c b/crypto/algif_skcipher.c index 9954b078f0b9..c86207f267e2 100644 --- a/crypto/algif_skcipher.c +++ b/crypto/algif_skcipher.c @@ -186,7 +186,6 @@ out: return ret; } - static struct proto_ops algif_skcipher_ops = { .family = PF_ALG, |